Html Css Color HEX #A87E0E Dark Goldenrod

📋 copy color: '#A87E0E'

red 168 ◦ green 126 ◦ blue 14

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

Shades of Dark Goldenrod #A87E0E

Tints of Dark Goldenrod #A87E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.55%

R = 54.55%
G = 40.91%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A87E0E (or 0xA87E0E) is known color: Dark Goldenrod. HEX triplet: A8, 7E and 0E. RGB value is (168,126,14). Sum of RGB (Red+Green+Blue) = 168+126+14=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 14 (5.86% from 255 or 4.55% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87E0E is #5781F1. Grayscale: #7E7E7E. Windows color (decimal): -5734898 or 949928. OLE color: 949928.

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

Color convert

RGB 168 126 14 -
CMYK 0 0.25 0.92 0.34
HSL 43.64º 0.85% 0.36% -
HSV(B) 43.64º 0.92% 0.66% -
XYZ 23.69 23.28 3.66 -
YUV 125.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 168 126 14 0 0.25 0.92 0.34 43.64 0.85 0.36
Hex A8 7E E 0 19 5C 22 2C 55 24
Octal 250 176 16 0 31 134 42 54 125 44
Binary 10101000 1111110 1110 0 11001 1011100 100010 101100 1010101 100100

Color Harmonies of #A87E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E0E

Black with #A87E0E

Text Example


Text Example

White with #A87E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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