Html Css Color HEX #A66105 Golden Brown

📋 copy color: '#A66105'

red 166 ◦ green 97 ◦ blue 5

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

Shades of Golden Brown #A66105

Tints of Golden Brown #A66105

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 61.94%
G = 36.19%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A66105 (or 0xA66105) is known color: Golden Brown. HEX triplet: A6, 61 and 05. RGB value is (166,97,5). Sum of RGB (Red+Green+Blue) = 166+97+5=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A66105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66105 is #599EFA. Grayscale: #6B6B6B. Windows color (decimal): -5873403 or 352678. OLE color: 352678.

HSL color Cylindrical-coordinate representation of color #A66105: hue angle of 34.29º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A66105 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 97 5 -
CMYK 0 0.42 0.97 0.35
HSL 34.29º 0.94% 0.34% -
HSV(B) 34.29º 0.97% 0.65% -
XYZ 20.03 16.67 2.31 -
YUV 107.14 70.36 169.98 -
System Red Green Blue C M Y K H S L
Decimal 166 97 5 0 0.42 0.97 0.35 34.29 0.94 0.34
Hex A6 61 5 0 2A 61 23 22 5E 22
Octal 246 141 5 0 52 141 43 42 136 42
Binary 10100110 1100001 101 0 101010 1100001 100011 100010 1011110 100010

Color Harmonies of #A66105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66105

Black with #A66105

Text Example


Text Example

White with #A66105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66105; }

 p { color: rgb(166,97,5); }

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

background-color css

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

 a { background-color: rgb(166,97,5); }

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

border-color css

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

 span { border-color: rgb(166,97,5); }

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