Html Css Color HEX #A04610 Saddle Brown

📋 copy color: '#A04610'

red 160 ◦ green 70 ◦ blue 16

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

Shades of Saddle Brown #A04610

Tints of Saddle Brown #A04610

RGB

 RED value IS 160 (62.89% from 255) = 65.04%

 GREEN value IS 70 (27.73% from 255) = 28.46%

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 65.04%
G = 28.46%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A04610 (or 0xA04610) is known color: Saddle Brown. HEX triplet: A0, 46 and 10. RGB value is (160,70,16). Sum of RGB (Red+Green+Blue) = 160+70+16=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A04610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04610 is #5FB9EF. Grayscale: #5B5B5B. Windows color (decimal): -6273520 or 1066656. OLE color: 1066656.

HSL color Cylindrical-coordinate representation of color #A04610: hue angle of 22.5º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A04610 is Cyan = 0, Magento = 0.56, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 70 16 -
CMYK 0 0.56 0.9 0.37
HSL 22.5º 0.82% 0.35% -
HSV(B) 22.5º 0.9% 0.63% -
XYZ 16.78 11.89 1.9 -
YUV 90.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 160 70 16 0 0.56 0.9 0.37 22.5 0.82 0.35
Hex A0 46 10 0 38 5A 25 16 52 23
Octal 240 106 20 0 70 132 45 26 122 43
Binary 10100000 1000110 10000 0 111000 1011010 100101 10110 1010010 100011

Color Harmonies of #A04610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04610

Black with #A04610

Text Example


Text Example

White with #A04610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04610; }

 p { color: rgb(160,70,16); }

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

background-color css

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

 a { background-color: rgb(160,70,16); }

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

border-color css

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

 span { border-color: rgb(160,70,16); }

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