Html Css Color HEX #A88910 Dark Goldenrod

📋 copy color: '#A88910'

red 168 ◦ green 137 ◦ blue 16

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

Shades of Dark Goldenrod #A88910

Tints of Dark Goldenrod #A88910

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.68%

 BLUE value IS 16 (6.64% from 255) = 4.98%

R = 52.34%
G = 42.68%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A88910 (or 0xA88910) is known color: Dark Goldenrod. HEX triplet: A8, 89 and 10. RGB value is (168,137,16). Sum of RGB (Red+Green+Blue) = 168+137+16=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A88910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88910 is #5776EF. Grayscale: #848484. Windows color (decimal): -5732080 or 1083816. OLE color: 1083816.

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

Color convert

RGB 168 137 16 -
CMYK 0 0.18 0.90 0.34
HSL 47.76º 0.83% 0.36% -
HSV(B) 47.76º 0.9% 0.66% -
XYZ 25.19 26.25 4.23 -
YUV 132.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 168 137 16 0 0.18 0.90 0.34 47.76 0.83 0.36
Hex A8 89 10 0 12 5A 22 30 53 24
Octal 250 211 20 0 22 132 42 60 123 44
Binary 10101000 10001001 10000 0 10010 1011010 100010 110000 1010011 100100

Color Harmonies of #A88910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88910

Black with #A88910

Text Example


Text Example

White with #A88910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88910; }

 p { color: rgb(168,137,16); }

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

background-color css

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

 a { background-color: rgb(168,137,16); }

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

border-color css

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

 span { border-color: rgb(168,137,16); }

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