Html Css Color HEX #A66201 Golden Brown

📋 copy color: '#A66201'

red 166 ◦ green 98 ◦ blue 1

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

Shades of Golden Brown #A66201

Tints of Golden Brown #A66201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.98%

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

R = 62.64%
G = 36.98%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A66201 (or 0xA66201) is known color: Golden Brown. HEX triplet: A6, 62 and 01. RGB value is (166,98,1). Sum of RGB (Red+Green+Blue) = 166+98+1=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 98 (38.67% from 255 or 36.98% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A66201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66201 is #599DFE. Grayscale: #6B6B6B. Windows color (decimal): -5873151 or 90790. OLE color: 90790.

HSL color Cylindrical-coordinate representation of color #A66201: hue angle of 35.27º 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 #A66201 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 98 1 -
CMYK 0 0.41 0.99 0.35
HSL 35.27º 0.99% 0.33% -
HSV(B) 35.27º 0.99% 0.65% -
XYZ 20.1 16.84 2.22 -
YUV 107.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 166 98 1 0 0.41 0.99 0.35 35.27 0.99 0.33
Hex A6 62 1 0 29 63 23 23 63 21
Octal 246 142 1 0 51 143 43 43 143 41
Binary 10100110 1100010 1 0 101001 1100011 100011 100011 1100011 100001

Color Harmonies of #A66201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66201

Black with #A66201

Text Example


Text Example

White with #A66201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66201; }

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

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

background-color css

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

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

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

border-color css

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

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

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