Html Css Color HEX #A89100 Dark Goldenrod

📋 copy color: '#A89100'

red 168 ◦ green 145 ◦ blue 0

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

Shades of Dark Goldenrod #A89100

Tints of Dark Goldenrod #A89100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

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

R = 53.67%
G = 46.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A89100 (or 0xA89100) is known color: Dark Goldenrod. HEX triplet: A8, 91 and 00. RGB value is (168,145,0). Sum of RGB (Red+Green+Blue) = 168+145+0=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A89100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89100 is #576EFF. Grayscale: #878787. Windows color (decimal): -5730048 or 37288. OLE color: 37288.

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

Color convert

RGB 168 145 0 -
CMYK 0 0.14 1 0.34
HSL 51.79º 1% 0.33% -
HSV(B) 51.79º 1% 0.66% -
XYZ 26.27 28.58 4.13 -
YUV 135.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 168 145 0 0 0.14 1 0.34 51.79 1 0.33
Hex A8 91 0 0 E 64 22 34 64 21
Octal 250 221 0 0 16 144 42 64 144 41
Binary 10101000 10010001 0 0 1110 1100100 100010 110100 1100100 100001

Color Harmonies of #A89100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89100

Black with #A89100

Text Example


Text Example

White with #A89100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89100; }

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

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

background-color css

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

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

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

border-color css

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

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

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