Html Css Color HEX #A87F12 Dark Goldenrod

📋 copy color: '#A87F12'

red 168 ◦ green 127 ◦ blue 18

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

Shades of Dark Goldenrod #A87F12

Tints of Dark Goldenrod #A87F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 53.67%
G = 40.58%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87F12 (or 0xA87F12) is known color: Dark Goldenrod. HEX triplet: A8, 7F and 12. RGB value is (168,127,18). Sum of RGB (Red+Green+Blue) = 168+127+18=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F12 is #5780ED. Grayscale: #7F7F7F. Windows color (decimal): -5734638 or 1212328. OLE color: 1212328.

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

Color convert

RGB 168 127 18 -
CMYK 0 0.24 0.89 0.34
HSL 43.6º 0.81% 0.36% -
HSV(B) 43.6º 0.89% 0.66% -
XYZ 23.85 23.55 3.86 -
YUV 126.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 168 127 18 0 0.24 0.89 0.34 43.6 0.81 0.36
Hex A8 7F 12 0 18 59 22 2C 51 24
Octal 250 177 22 0 30 131 42 54 121 44
Binary 10101000 1111111 10010 0 11000 1011001 100010 101100 1010001 100100

Color Harmonies of #A87F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F12

Black with #A87F12

Text Example


Text Example

White with #A87F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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