Html Css Color HEX #A87E05 Dark Goldenrod

📋 copy color: '#A87E05'

red 168 ◦ green 126 ◦ blue 5

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

Shades of Dark Goldenrod #A87E05

Tints of Dark Goldenrod #A87E05

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.14%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 56.19%
G = 42.14%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A87E05 (or 0xA87E05) is known color: Dark Goldenrod. HEX triplet: A8, 7E and 05. RGB value is (168,126,5). Sum of RGB (Red+Green+Blue) = 168+126+5=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87E05 is #5781FA. Grayscale: #7D7D7D. Windows color (decimal): -5734907 or 360104. OLE color: 360104.

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

Color convert

RGB 168 126 5 -
CMYK 0 0.25 0.97 0.34
HSL 44.54º 0.94% 0.34% -
HSV(B) 44.54º 0.97% 0.66% -
XYZ 23.64 23.26 3.39 -
YUV 124.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 168 126 5 0 0.25 0.97 0.34 44.54 0.94 0.34
Hex A8 7E 5 0 19 61 22 2D 5E 22
Octal 250 176 5 0 31 141 42 55 136 42
Binary 10101000 1111110 101 0 11001 1100001 100010 101101 1011110 100010

Color Harmonies of #A87E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E05

Black with #A87E05

Text Example


Text Example

White with #A87E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E05; }

 p { color: rgb(168,126,5); }

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

background-color css

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

 a { background-color: rgb(168,126,5); }

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

border-color css

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

 span { border-color: rgb(168,126,5); }

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