Html Css Color HEX #A87D06 Dark Goldenrod

📋 copy color: '#A87D06'

red 168 ◦ green 125 ◦ blue 6

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

Shades of Dark Goldenrod #A87D06

Tints of Dark Goldenrod #A87D06

RGB

 RED value IS 168 (66.02% from 255) = 56.19%

 GREEN value IS 125 (49.22% from 255) = 41.81%

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

R = 56.19%
G = 41.81%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A87D06 (or 0xA87D06) is known color: Dark Goldenrod. HEX triplet: A8, 7D and 06. RGB value is (168,125,6). Sum of RGB (Red+Green+Blue) = 168+125+6=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87D06 is #5782F9. Grayscale: #7C7C7C. Windows color (decimal): -5735162 or 425384. OLE color: 425384.

HSL color Cylindrical-coordinate representation of color #A87D06: hue angle of 44.07º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A87D06 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 6 -
CMYK 0 0.26 0.96 0.34
HSL 44.07º 0.93% 0.34% -
HSV(B) 44.07º 0.96% 0.66% -
XYZ 23.51 23.01 3.37 -
YUV 124.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 168 125 6 0 0.26 0.96 0.34 44.07 0.93 0.34
Hex A8 7D 6 0 1A 60 22 2C 5D 22
Octal 250 175 6 0 32 140 42 54 135 42
Binary 10101000 1111101 110 0 11010 1100000 100010 101100 1011101 100010

Color Harmonies of #A87D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D06

Black with #A87D06

Text Example


Text Example

White with #A87D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D06; }

 p { color: rgb(168,125,6); }

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

background-color css

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

 a { background-color: rgb(168,125,6); }

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

border-color css

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

 span { border-color: rgb(168,125,6); }

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