Html Css Color HEX #AB580A Golden Brown

📋 copy color: '#AB580A'

red 171 ◦ green 88 ◦ blue 10

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

Shades of Golden Brown #AB580A

Tints of Golden Brown #AB580A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 63.57%
G = 32.71%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB580A (or 0xAB580A) is known color: Golden Brown. HEX triplet: AB, 58 and 0A. RGB value is (171,88,10). Sum of RGB (Red+Green+Blue) = 171+88+10=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB580A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB580A is #54A7F5. Grayscale: #686868. Windows color (decimal): -5548022 or 678059. OLE color: 678059.

HSL color Cylindrical-coordinate representation of color #AB580A: hue angle of 29.07º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB580A is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 88 10 -
CMYK 0 0.49 0.94 0.33
HSL 29.07º 0.89% 0.35% -
HSV(B) 29.07º 0.94% 0.67% -
XYZ 20.34 15.66 2.24 -
YUV 103.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 171 88 10 0 0.49 0.94 0.33 29.07 0.89 0.35
Hex AB 58 A 0 31 5E 21 1D 59 23
Octal 253 130 12 0 61 136 41 35 131 43
Binary 10101011 1011000 1010 0 110001 1011110 100001 11101 1011001 100011

Color Harmonies of #AB580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB580A

Black with #AB580A

Text Example


Text Example

White with #AB580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB580A; }

 p { color: rgb(171,88,10); }

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

background-color css

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

 a { background-color: rgb(171,88,10); }

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

border-color css

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

 span { border-color: rgb(171,88,10); }

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