Html Css Color HEX #A87B11 Dark Goldenrod

📋 copy color: '#A87B11'

red 168 ◦ green 123 ◦ blue 17

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

Shades of Dark Goldenrod #A87B11

Tints of Dark Goldenrod #A87B11

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.94%

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

R = 54.55%
G = 39.94%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A87B11 (or 0xA87B11) is known color: Dark Goldenrod. HEX triplet: A8, 7B and 11. RGB value is (168,123,17). Sum of RGB (Red+Green+Blue) = 168+123+17=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87B11 is #5784EE. Grayscale: #7C7C7C. Windows color (decimal): -5735663 or 1145768. OLE color: 1145768.

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

Color convert

RGB 168 123 17 -
CMYK 0 0.27 0.90 0.34
HSL 42.12º 0.82% 0.36% -
HSV(B) 42.12º 0.9% 0.66% -
XYZ 23.33 22.53 3.65 -
YUV 124.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 168 123 17 0 0.27 0.90 0.34 42.12 0.82 0.36
Hex A8 7B 11 0 1B 5A 22 2A 52 24
Octal 250 173 21 0 33 132 42 52 122 44
Binary 10101000 1111011 10001 0 11011 1011010 100010 101010 1010010 100100

Color Harmonies of #A87B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87B11

Black with #A87B11

Text Example


Text Example

White with #A87B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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