Html Css Color HEX #A87F0D Dark Goldenrod

📋 copy color: '#A87F0D'

red 168 ◦ green 127 ◦ blue 13

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

Shades of Dark Goldenrod #A87F0D

Tints of Dark Goldenrod #A87F0D

RGB

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

 GREEN value IS 127 (50% from 255) = 41.23%

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 54.55%
G = 41.23%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A87F0D (or 0xA87F0D) is known color: Dark Goldenrod. HEX triplet: A8, 7F and 0D. RGB value is (168,127,13). Sum of RGB (Red+Green+Blue) = 168+127+13=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F0D is #5780F2. Grayscale: #7E7E7E. Windows color (decimal): -5734643 or 884648. OLE color: 884648.

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

Color convert

RGB 168 127 13 -
CMYK 0 0.24 0.92 0.34
HSL 44.13º 0.86% 0.35% -
HSV(B) 44.13º 0.92% 0.66% -
XYZ 23.81 23.53 3.67 -
YUV 126.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 168 127 13 0 0.24 0.92 0.34 44.13 0.86 0.35
Hex A8 7F D 0 18 5C 22 2C 56 23
Octal 250 177 15 0 30 134 42 54 126 43
Binary 10101000 1111111 1101 0 11000 1011100 100010 101100 1010110 100011

Color Harmonies of #A87F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F0D

Black with #A87F0D

Text Example


Text Example

White with #A87F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F0D; }

 p { color: rgb(168,127,13); }

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

background-color css

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

 a { background-color: rgb(168,127,13); }

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

border-color css

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

 span { border-color: rgb(168,127,13); }

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