Html Css Color HEX #A66601 Golden Brown

📋 copy color: '#A66601'

red 166 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #A66601

Tints of Golden Brown #A66601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

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

R = 61.71%
G = 37.92%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A66601 (or 0xA66601) is known color: Golden Brown. HEX triplet: A6, 66 and 01. RGB value is (166,102,1). Sum of RGB (Red+Green+Blue) = 166+102+1=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A66601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66601 is #5999FE. Grayscale: #6E6E6E. Windows color (decimal): -5872127 or 91814. OLE color: 91814.

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

Color convert

RGB 166 102 1 -
CMYK 0 0.39 0.99 0.35
HSL 36.73º 0.99% 0.33% -
HSV(B) 36.73º 0.99% 0.65% -
XYZ 20.48 17.61 2.35 -
YUV 109.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 166 102 1 0 0.39 0.99 0.35 36.73 0.99 0.33
Hex A6 66 1 0 27 63 23 25 63 21
Octal 246 146 1 0 47 143 43 45 143 41
Binary 10100110 1100110 1 0 100111 1100011 100011 100101 1100011 100001

Color Harmonies of #A66601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66601

Black with #A66601

Text Example


Text Example

White with #A66601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66601; }

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

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

background-color css

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

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

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

border-color css

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

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

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