Html Css Color HEX #A69201 Dark Goldenrod

📋 copy color: '#A69201'

red 166 ◦ green 146 ◦ blue 1

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

Shades of Dark Goldenrod #A69201

Tints of Dark Goldenrod #A69201

RGB

 RED value IS 166 (65.23% from 255) = 53.04%

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

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

R = 53.04%
G = 46.65%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A69201 (or 0xA69201) is known color: Dark Goldenrod. HEX triplet: A6, 92 and 01. RGB value is (166,146,1). Sum of RGB (Red+Green+Blue) = 166+146+1=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A69201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69201 is #596DFE. Grayscale: #888888. Windows color (decimal): -5860863 or 103078. OLE color: 103078.

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

Color convert

RGB 166 146 1 -
CMYK 0 0.12 0.99 0.35
HSL 52.73º 0.99% 0.33% -
HSV(B) 52.73º 0.99% 0.65% -
XYZ 26.01 28.67 4.19 -
YUV 135.45 52.13 149.79 -
System Red Green Blue C M Y K H S L
Decimal 166 146 1 0 0.12 0.99 0.35 52.73 0.99 0.33
Hex A6 92 1 0 C 63 23 35 63 21
Octal 246 222 1 0 14 143 43 65 143 41
Binary 10100110 10010010 1 0 1100 1100011 100011 110101 1100011 100001

Color Harmonies of #A69201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69201

Black with #A69201

Text Example


Text Example

White with #A69201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69201; }

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

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

background-color css

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

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

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

border-color css

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

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

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