Html Css Color HEX #A89201 Dark Goldenrod

📋 copy color: '#A89201'

red 168 ◦ green 146 ◦ blue 1

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

Shades of Dark Goldenrod #A89201

Tints of Dark Goldenrod #A89201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 53.33%
G = 46.35%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A89201 (or 0xA89201) is known color: Dark Goldenrod. HEX triplet: A8, 92 and 01. RGB value is (168,146,1). Sum of RGB (Red+Green+Blue) = 168+146+1=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A89201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89201 is #576DFE. Grayscale: #888888. Windows color (decimal): -5729791 or 103080. OLE color: 103080.

HSL color Cylindrical-coordinate representation of color #A89201: hue angle of 52.1º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A89201 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 146 1 -
CMYK 0 0.13 0.99 0.34
HSL 52.1º 0.99% 0.33% -
HSV(B) 52.1º 0.99% 0.66% -
XYZ 26.43 28.88 4.21 -
YUV 136.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 168 146 1 0 0.13 0.99 0.34 52.1 0.99 0.33
Hex A8 92 1 0 D 63 22 34 63 21
Octal 250 222 1 0 15 143 42 64 143 41
Binary 10101000 10010010 1 0 1101 1100011 100010 110100 1100011 100001

Color Harmonies of #A89201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89201

Black with #A89201

Text Example


Text Example

White with #A89201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89201; }

 p { color: rgb(168,146,1); }

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

background-color css

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

 a { background-color: rgb(168,146,1); }

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

border-color css

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

 span { border-color: rgb(168,146,1); }

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