Html Css Color HEX #A6600A Golden Brown

📋 copy color: '#A6600A'

red 166 ◦ green 96 ◦ blue 10

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

Shades of Golden Brown #A6600A

Tints of Golden Brown #A6600A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.29%

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 61.03%
G = 35.29%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6600A (or 0xA6600A) is known color: Golden Brown. HEX triplet: A6, 60 and 0A. RGB value is (166,96,10). Sum of RGB (Red+Green+Blue) = 166+96+10=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A6600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6600A is #599FF5. Grayscale: #6B6B6B. Windows color (decimal): -5873654 or 680102. OLE color: 680102.

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

Color convert

RGB 166 96 10 -
CMYK 0 0.42 0.94 0.35
HSL 33.08º 0.89% 0.35% -
HSV(B) 33.08º 0.94% 0.65% -
XYZ 19.96 16.49 2.42 -
YUV 107.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 166 96 10 0 0.42 0.94 0.35 33.08 0.89 0.35
Hex A6 60 A 0 2A 5E 23 21 59 23
Octal 246 140 12 0 52 136 43 41 131 43
Binary 10100110 1100000 1010 0 101010 1011110 100011 100001 1011001 100011

Color Harmonies of #A6600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6600A

Black with #A6600A

Text Example


Text Example

White with #A6600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6600A; }

 p { color: rgb(166,96,10); }

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

background-color css

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

 a { background-color: rgb(166,96,10); }

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

border-color css

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

 span { border-color: rgb(166,96,10); }

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