Html Css Color HEX #A87202 Dark Goldenrod

📋 copy color: '#A87202'

red 168 ◦ green 114 ◦ blue 2

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

Shades of Dark Goldenrod #A87202

Tints of Dark Goldenrod #A87202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

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

R = 59.15%
G = 40.14%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A87202 (or 0xA87202) is known color: Dark Goldenrod. HEX triplet: A8, 72 and 02. RGB value is (168,114,2). Sum of RGB (Red+Green+Blue) = 168+114+2=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A87202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87202 is #578DFD. Grayscale: #757575. Windows color (decimal): -5737982 or 160424. OLE color: 160424.

HSL color Cylindrical-coordinate representation of color #A87202: hue angle of 40.48º 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 #A87202 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 114 2 -
CMYK 0 0.32 0.99 0.34
HSL 40.48º 0.98% 0.33% -
HSV(B) 40.48º 0.99% 0.66% -
XYZ 22.18 20.36 2.82 -
YUV 117.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 168 114 2 0 0.32 0.99 0.34 40.48 0.98 0.33
Hex A8 72 2 0 20 63 22 28 62 21
Octal 250 162 2 0 40 143 42 50 142 41
Binary 10101000 1110010 10 0 100000 1100011 100010 101000 1100010 100001

Color Harmonies of #A87202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87202

Black with #A87202

Text Example


Text Example

White with #A87202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87202; }

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

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

background-color css

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

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

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

border-color css

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

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

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