Html Css Color HEX #A87811 Dark Goldenrod

📋 copy color: '#A87811'

red 168 ◦ green 120 ◦ blue 17

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

Shades of Dark Goldenrod #A87811

Tints of Dark Goldenrod #A87811

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 55.08%
G = 39.34%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A87811 (or 0xA87811) is known color: Dark Goldenrod. HEX triplet: A8, 78 and 11. RGB value is (168,120,17). Sum of RGB (Red+Green+Blue) = 168+120+17=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A87811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87811 is #5787EE. Grayscale: #7B7B7B. Windows color (decimal): -5736431 or 1145000. OLE color: 1145000.

HSL color Cylindrical-coordinate representation of color #A87811: hue angle of 40.93º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A87811 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 120 17 -
CMYK 0 0.29 0.90 0.34
HSL 40.93º 0.82% 0.36% -
HSV(B) 40.93º 0.9% 0.66% -
XYZ 22.97 21.8 3.53 -
YUV 122.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 168 120 17 0 0.29 0.90 0.34 40.93 0.82 0.36
Hex A8 78 11 0 1D 5A 22 29 52 24
Octal 250 170 21 0 35 132 42 51 122 44
Binary 10101000 1111000 10001 0 11101 1011010 100010 101001 1010010 100100

Color Harmonies of #A87811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87811

Black with #A87811

Text Example


Text Example

White with #A87811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87811; }

 p { color: rgb(168,120,17); }

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

background-color css

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

 a { background-color: rgb(168,120,17); }

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

border-color css

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

 span { border-color: rgb(168,120,17); }

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