Html Css Color HEX #A87200 Dark Goldenrod

📋 copy color: '#A87200'

red 168 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #A87200

Tints of Dark Goldenrod #A87200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.57%
G = 40.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A87200 (or 0xA87200) is known color: Dark Goldenrod. HEX triplet: A8, 72 and 00. RGB value is (168,114,0). Sum of RGB (Red+Green+Blue) = 168+114+0=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A87200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87200 is #578DFF. Grayscale: #757575. Windows color (decimal): -5737984 or 29352. OLE color: 29352.

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

Color convert

RGB 168 114 0 -
CMYK 0 0.32 1 0.34
HSL 40.71º 1% 0.33% -
HSV(B) 40.71º 1% 0.66% -
XYZ 22.17 20.36 2.76 -
YUV 117.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 168 114 0 0 0.32 1 0.34 40.71 1 0.33
Hex A8 72 0 0 20 64 22 29 64 21
Octal 250 162 0 0 40 144 42 51 144 41
Binary 10101000 1110010 0 0 100000 1100100 100010 101001 1100100 100001

Color Harmonies of #A87200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87200

Black with #A87200

Text Example


Text Example

White with #A87200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87200; }

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

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

background-color css

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

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

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

border-color css

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

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

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