Html Css Color HEX #A87700 Dark Goldenrod

📋 copy color: '#A87700'

red 168 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #A87700

Tints of Dark Goldenrod #A87700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.46%

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

R = 58.54%
G = 41.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A87700 (or 0xA87700) is known color: Dark Goldenrod. HEX triplet: A8, 77 and 00. RGB value is (168,119,0). Sum of RGB (Red+Green+Blue) = 168+119+0=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A87700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87700 is #5788FF. Grayscale: #787878. Windows color (decimal): -5736704 or 30632. OLE color: 30632.

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

Color convert

RGB 168 119 0 -
CMYK 0 0.29 1 0.34
HSL 42.5º 1% 0.33% -
HSV(B) 42.5º 1% 0.66% -
XYZ 22.75 21.52 2.95 -
YUV 120.09 60.23 162.18 -
System Red Green Blue C M Y K H S L
Decimal 168 119 0 0 0.29 1 0.34 42.5 1 0.33
Hex A8 77 0 0 1D 64 22 2A 64 21
Octal 250 167 0 0 35 144 42 52 144 41
Binary 10101000 1110111 0 0 11101 1100100 100010 101010 1100100 100001

Color Harmonies of #A87700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87700

Black with #A87700

Text Example


Text Example

White with #A87700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87700; }

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

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

background-color css

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

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

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

border-color css

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

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

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