Html Css Color HEX #A87F02 Dark Goldenrod

📋 copy color: '#A87F02'

red 168 ◦ green 127 ◦ blue 2

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

Shades of Dark Goldenrod #A87F02

Tints of Dark Goldenrod #A87F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 56.57%
G = 42.76%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A87F02 (or 0xA87F02) is known color: Dark Goldenrod. HEX triplet: A8, 7F and 02. RGB value is (168,127,2). Sum of RGB (Red+Green+Blue) = 168+127+2=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F02 is #5780FD. Grayscale: #7D7D7D. Windows color (decimal): -5734654 or 163752. OLE color: 163752.

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

Color convert

RGB 168 127 2 -
CMYK 0 0.24 0.99 0.34
HSL 45.18º 0.98% 0.33% -
HSV(B) 45.18º 0.99% 0.66% -
XYZ 23.75 23.51 3.34 -
YUV 125.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 168 127 2 0 0.24 0.99 0.34 45.18 0.98 0.33
Hex A8 7F 2 0 18 63 22 2D 62 21
Octal 250 177 2 0 30 143 42 55 142 41
Binary 10101000 1111111 10 0 11000 1100011 100010 101101 1100010 100001

Color Harmonies of #A87F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F02

Black with #A87F02

Text Example


Text Example

White with #A87F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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