Html Css Color HEX #A05005 Saddle Brown

📋 copy color: '#A05005'

red 160 ◦ green 80 ◦ blue 5

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

Shades of Saddle Brown #A05005

Tints of Saddle Brown #A05005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 65.31%
G = 32.65%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A05005 (or 0xA05005) is known color: Saddle Brown. HEX triplet: A0, 50 and 05. RGB value is (160,80,5). Sum of RGB (Red+Green+Blue) = 160+80+5=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A05005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05005 is #5FAFFA. Grayscale: #5F5F5F. Windows color (decimal): -6270971 or 348320. OLE color: 348320.

HSL color Cylindrical-coordinate representation of color #A05005: hue angle of 29.03º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A05005 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 5 -
CMYK 0 0.5 0.97 0.37
HSL 29.03º 0.94% 0.32% -
HSV(B) 29.03º 0.97% 0.63% -
XYZ 17.39 13.22 1.78 -
YUV 95.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 160 80 5 0 0.5 0.97 0.37 29.03 0.94 0.32
Hex A0 50 5 0 32 61 25 1D 5E 20
Octal 240 120 5 0 62 141 45 35 136 40
Binary 10100000 1010000 101 0 110010 1100001 100101 11101 1011110 100000

Color Harmonies of #A05005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05005

Black with #A05005

Text Example


Text Example

White with #A05005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05005; }

 p { color: rgb(160,80,5); }

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

background-color css

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

 a { background-color: rgb(160,80,5); }

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

border-color css

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

 span { border-color: rgb(160,80,5); }

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