Html Css Color HEX #A6580C Golden Brown

📋 copy color: '#A6580C'

red 166 ◦ green 88 ◦ blue 12

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

Shades of Golden Brown #A6580C

Tints of Golden Brown #A6580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.08%

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 62.41%
G = 33.08%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6580C (or 0xA6580C) is known color: Golden Brown. HEX triplet: A6, 58 and 0C. RGB value is (166,88,12). Sum of RGB (Red+Green+Blue) = 166+88+12=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6580C is #59A7F3. Grayscale: #676767. Windows color (decimal): -5875700 or 809126. OLE color: 809126.

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

Color convert

RGB 166 88 12 -
CMYK 0 0.47 0.93 0.35
HSL 29.61º 0.87% 0.35% -
HSV(B) 29.61º 0.93% 0.65% -
XYZ 19.28 15.11 2.25 -
YUV 102.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 166 88 12 0 0.47 0.93 0.35 29.61 0.87 0.35
Hex A6 58 C 0 2F 5D 23 1E 57 23
Octal 246 130 14 0 57 135 43 36 127 43
Binary 10100110 1011000 1100 0 101111 1011101 100011 11110 1010111 100011

Color Harmonies of #A6580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6580C

Black with #A6580C

Text Example


Text Example

White with #A6580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6580C; }

 p { color: rgb(166,88,12); }

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

background-color css

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

 a { background-color: rgb(166,88,12); }

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

border-color css

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

 span { border-color: rgb(166,88,12); }

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