Html Css Color HEX #AB8506 Dark Goldenrod

📋 copy color: '#AB8506'

red 171 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #AB8506

Tints of Dark Goldenrod #AB8506

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 55.16%
G = 42.9%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB8506 (or 0xAB8506) is known color: Dark Goldenrod. HEX triplet: AB, 85 and 06. RGB value is (171,133,6). Sum of RGB (Red+Green+Blue) = 171+133+6=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8506 is #547AF9. Grayscale: #828282. Windows color (decimal): -5536506 or 427435. OLE color: 427435.

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

Color convert

RGB 171 133 6 -
CMYK 0 0.22 0.96 0.33
HSL 46.18º 0.93% 0.35% -
HSV(B) 46.18º 0.96% 0.67% -
XYZ 25.21 25.45 3.75 -
YUV 129.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 171 133 6 0 0.22 0.96 0.33 46.18 0.93 0.35
Hex AB 85 6 0 16 60 21 2E 5D 23
Octal 253 205 6 0 26 140 41 56 135 43
Binary 10101011 10000101 110 0 10110 1100000 100001 101110 1011101 100011

Color Harmonies of #AB8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8506

Black with #AB8506

Text Example


Text Example

White with #AB8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8506; }

 p { color: rgb(171,133,6); }

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

background-color css

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

 a { background-color: rgb(171,133,6); }

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

border-color css

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

 span { border-color: rgb(171,133,6); }

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