Html Css Color HEX #A66A01 Golden Brown

📋 copy color: '#A66A01'

red 166 ◦ green 106 ◦ blue 1

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

Shades of Golden Brown #A66A01

Tints of Golden Brown #A66A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.83%

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

R = 60.81%
G = 38.83%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A66A01 (or 0xA66A01) is known color: Golden Brown. HEX triplet: A6, 6A and 01. RGB value is (166,106,1). Sum of RGB (Red+Green+Blue) = 166+106+1=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66A01 is #5995FE. Grayscale: #707070. Windows color (decimal): -5871103 or 92838. OLE color: 92838.

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

Color convert

RGB 166 106 1 -
CMYK 0 0.36 0.99 0.35
HSL 38.18º 0.99% 0.33% -
HSV(B) 38.18º 0.99% 0.65% -
XYZ 20.89 18.42 2.48 -
YUV 111.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 166 106 1 0 0.36 0.99 0.35 38.18 0.99 0.33
Hex A6 6A 1 0 24 63 23 26 63 21
Octal 246 152 1 0 44 143 43 46 143 41
Binary 10100110 1101010 1 0 100100 1100011 100011 100110 1100011 100001

Color Harmonies of #A66A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A01

Black with #A66A01

Text Example


Text Example

White with #A66A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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