Html Css Color HEX #A6601A Golden Brown

📋 copy color: '#A6601A'

red 166 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #A6601A

Tints of Golden Brown #A6601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 57.64%
G = 33.33%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6601A (or 0xA6601A) is known color: Golden Brown. HEX triplet: A6, 60 and 1A. RGB value is (166,96,26). Sum of RGB (Red+Green+Blue) = 166+96+26=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A6601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6601A is #599FE5. Grayscale: #6D6D6D. Windows color (decimal): -5873638 or 1728678. OLE color: 1728678.

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

Color convert

RGB 166 96 26 -
CMYK 0 0.42 0.84 0.35
HSL 30º 0.73% 0.38% -
HSV(B) 30º 0.84% 0.65% -
XYZ 20.1 16.55 3.11 -
YUV 108.95 81.19 168.69 -
System Red Green Blue C M Y K H S L
Decimal 166 96 26 0 0.42 0.84 0.35 30 0.73 0.38
Hex A6 60 1A 0 2A 54 23 1E 49 26
Octal 246 140 32 0 52 124 43 36 111 46
Binary 10100110 1100000 11010 0 101010 1010100 100011 11110 1001001 100110

Color Harmonies of #A6601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6601A

Black with #A6601A

Text Example


Text Example

White with #A6601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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