Html Css Color HEX #A87A08 Dark Goldenrod

📋 copy color: '#A87A08'

red 168 ◦ green 122 ◦ blue 8

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

Shades of Dark Goldenrod #A87A08

Tints of Dark Goldenrod #A87A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.94%

 BLUE value IS 8 (3.52% from 255) = 2.68%

R = 56.38%
G = 40.94%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A87A08 (or 0xA87A08) is known color: Dark Goldenrod. HEX triplet: A8, 7A and 08. RGB value is (168,122,8). Sum of RGB (Red+Green+Blue) = 168+122+8=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87A08 is #5785F7. Grayscale: #7B7B7B. Windows color (decimal): -5735928 or 555688. OLE color: 555688.

HSL color Cylindrical-coordinate representation of color #A87A08: hue angle of 42.75º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A87A08 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 122 8 -
CMYK 0 0.27 0.95 0.34
HSL 42.75º 0.91% 0.35% -
HSV(B) 42.75º 0.95% 0.66% -
XYZ 23.15 22.26 3.31 -
YUV 122.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 168 122 8 0 0.27 0.95 0.34 42.75 0.91 0.35
Hex A8 7A 8 0 1B 5F 22 2B 5B 23
Octal 250 172 10 0 33 137 42 53 133 43
Binary 10101000 1111010 1000 0 11011 1011111 100010 101011 1011011 100011

Color Harmonies of #A87A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87A08

Black with #A87A08

Text Example


Text Example

White with #A87A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87A08; }

 p { color: rgb(168,122,8); }

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

background-color css

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

 a { background-color: rgb(168,122,8); }

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

border-color css

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

 span { border-color: rgb(168,122,8); }

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