#a5533c

Color #A5533C Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A5533C

Tints of Orange Roughy #A5533C

Color information

#A5533C (or 0xA5533C) is unknown color: approx Orange Roughy. HEX triplet: A5, 53 and 3C. RGB value is (165,83,60). Sum of RGB (Red+Green+Blue) = 165+83+60=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5533C is #5AACC3. Grayscale: #696969. Windows color (decimal): -5942468 or 3953573. OLE color: 3953573.

HSL color Cylindrical-coordinate representation of color #A5533C: hue angle of 13.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5533C is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1658360-
CMYK00.500.640.35
HSL13.14º46.67%44.12%-
HSV(B)13.14º63.64%64.71%-
XYZ19.4314.516.05-
YUV104.9102.67170.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=53.57%
G=26.95%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165836000.500.640.3513.1446.6744.12
HexA5533C0324023d2f2c
Octal2451237406210043155754
Binary101001011010011111100011001010000001000111101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5533c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5533c; }

 p { color: rgb(165,83,60); }

 H1.HeaderClassName
 {
   color: #a5533c;
 }
 .AnyTagClassName
 {
   color: #a5533c;
 }
</style>
background-color css

<style>
 a { background-color: #a5533c; }

 a { background-color: rgb(165,83,60); }

 div.DivClassName
 {
   background-color: #a5533c;
 }
 .BgClassName
 {
   background-color: #a5533c;
 }
</style>
border-color css

<style>
 span { border-color: #a5533c; }

 span { border-color: rgb(165,83,60); }

 td.TdClassName
 {
   border-color: #a5533c;
 }
 .TagClassName
 {
   border-color: #a5533c;
 }
</style>