Html Css Color HEX #A6550D Golden Brown

📋 copy color: '#A6550D'

red 166 ◦ green 85 ◦ blue 13

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

Shades of Golden Brown #A6550D

Tints of Golden Brown #A6550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 62.88%
G = 32.2%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6550D (or 0xA6550D) is known color: Golden Brown. HEX triplet: A6, 55 and 0D. RGB value is (166,85,13). Sum of RGB (Red+Green+Blue) = 166+85+13=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6550D is #59AAF2. Grayscale: #656565. Windows color (decimal): -5876467 or 873894. OLE color: 873894.

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

Color convert

RGB 166 85 13 -
CMYK 0 0.49 0.92 0.35
HSL 28.24º 0.85% 0.35% -
HSV(B) 28.24º 0.92% 0.65% -
XYZ 19.05 14.63 2.2 -
YUV 101.01 78.34 174.35 -
System Red Green Blue C M Y K H S L
Decimal 166 85 13 0 0.49 0.92 0.35 28.24 0.85 0.35
Hex A6 55 D 0 31 5C 23 1C 55 23
Octal 246 125 15 0 61 134 43 34 125 43
Binary 10100110 1010101 1101 0 110001 1011100 100011 11100 1010101 100011

Color Harmonies of #A6550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6550D

Black with #A6550D

Text Example


Text Example

White with #A6550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6550D; }

 p { color: rgb(166,85,13); }

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

background-color css

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

 a { background-color: rgb(166,85,13); }

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

border-color css

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

 span { border-color: rgb(166,85,13); }

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