Html Css Color HEX #AB8006 Dark Goldenrod

📋 copy color: '#AB8006'

red 171 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #AB8006

Tints of Dark Goldenrod #AB8006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

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

R = 56.07%
G = 41.97%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB8006 (or 0xAB8006) is known color: Dark Goldenrod. HEX triplet: AB, 80 and 06. RGB value is (171,128,6). Sum of RGB (Red+Green+Blue) = 171+128+6=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8006 is #547FF9. Grayscale: #7F7F7F. Windows color (decimal): -5537786 or 426155. OLE color: 426155.

HSL color Cylindrical-coordinate representation of color #AB8006: hue angle of 44.36º 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 #AB8006 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 6 -
CMYK 0 0.25 0.96 0.33
HSL 44.36º 0.93% 0.35% -
HSV(B) 44.36º 0.96% 0.67% -
XYZ 24.55 24.11 3.53 -
YUV 126.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 171 128 6 0 0.25 0.96 0.33 44.36 0.93 0.35
Hex AB 80 6 0 19 60 21 2C 5D 23
Octal 253 200 6 0 31 140 41 54 135 43
Binary 10101011 10000000 110 0 11001 1100000 100001 101100 1011101 100011

Color Harmonies of #AB8006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8006

Black with #AB8006

Text Example


Text Example

White with #AB8006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8006; }

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

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

background-color css

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

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

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

border-color css

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

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

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