Html Css Color HEX #AB7406 Dark Goldenrod

📋 copy color: '#AB7406'

red 171 ◦ green 116 ◦ blue 6

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

Shades of Dark Goldenrod #AB7406

Tints of Dark Goldenrod #AB7406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

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

R = 58.36%
G = 39.59%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB7406 (or 0xAB7406) is known color: Dark Goldenrod. HEX triplet: AB, 74 and 06. RGB value is (171,116,6). Sum of RGB (Red+Green+Blue) = 171+116+6=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7406 is #548BF9. Grayscale: #787878. Windows color (decimal): -5540858 or 423083. OLE color: 423083.

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

Color convert

RGB 171 116 6 -
CMYK 0 0.32 0.96 0.33
HSL 40º 0.93% 0.35% -
HSV(B) 40º 0.96% 0.67% -
XYZ 23.07 21.16 3.04 -
YUV 119.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 171 116 6 0 0.32 0.96 0.33 40 0.93 0.35
Hex AB 74 6 0 20 60 21 28 5D 23
Octal 253 164 6 0 40 140 41 50 135 43
Binary 10101011 1110100 110 0 100000 1100000 100001 101000 1011101 100011

Color Harmonies of #AB7406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7406

Black with #AB7406

Text Example


Text Example

White with #AB7406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7406; }

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

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

background-color css

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

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

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

border-color css

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

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

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