Html Css Color HEX #AB590C Golden Brown

📋 copy color: '#AB590C'

red 171 ◦ green 89 ◦ blue 12

#AB590C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AB590C

Tints of Golden Brown #AB590C

RGB

 RED value IS 171 (67.19% from 255) = 62.87%

 GREEN value IS 89 (35.16% from 255) = 32.72%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 62.87%
G = 32.72%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB590C (or 0xAB590C) is known color: Golden Brown. HEX triplet: AB, 59 and 0C. RGB value is (171,89,12). Sum of RGB (Red+Green+Blue) = 171+89+12=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB590C is #54A6F3. Grayscale: #696969. Windows color (decimal): -5547764 or 809387. OLE color: 809387.

HSL color Cylindrical-coordinate representation of color #AB590C: hue angle of 29.06º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB590C is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 89 12 -
CMYK 0 0.48 0.93 0.33
HSL 29.06º 0.87% 0.36% -
HSV(B) 29.06º 0.93% 0.67% -
XYZ 20.43 15.83 2.33 -
YUV 104.74 75.67 175.26 -
System Red Green Blue C M Y K H S L
Decimal 171 89 12 0 0.48 0.93 0.33 29.06 0.87 0.36
Hex AB 59 C 0 30 5D 21 1D 57 24
Octal 253 131 14 0 60 135 41 35 127 44
Binary 10101011 1011001 1100 0 110000 1011101 100001 11101 1010111 100100

Color Harmonies of #AB590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB590C

Black with #AB590C

Text Example


Text Example

White with #AB590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB590C; }

 p { color: rgb(171,89,12); }

 H1.HeaderClassName
 {
   color: #AB590C;
 }
 .AnyTagClassName
 {
   color: #AB590C;
 }
</style>

background-color css

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

 a { background-color: rgb(171,89,12); }

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

border-color css

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

 span { border-color: rgb(171,89,12); }

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