Html Css Color HEX #A0500A Saddle Brown

📋 copy color: '#A0500A'

red 160 ◦ green 80 ◦ blue 10

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

Shades of Saddle Brown #A0500A

Tints of Saddle Brown #A0500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 64%
G = 32%
B = 4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A0500A (or 0xA0500A) is known color: Saddle Brown. HEX triplet: A0, 50 and 0A. RGB value is (160,80,10). Sum of RGB (Red+Green+Blue) = 160+80+10=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A0500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A0500A is #5FAFF5. Grayscale: #606060. Windows color (decimal): -6270966 or 676000. OLE color: 676000.

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

Color convert

RGB 160 80 10 -
CMYK 0 0.5 0.94 0.37
HSL 28º 0.88% 0.33% -
HSV(B) 28º 0.94% 0.63% -
XYZ 17.42 13.23 1.92 -
YUV 95.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 160 80 10 0 0.5 0.94 0.37 28 0.88 0.33
Hex A0 50 A 0 32 5E 25 1C 58 21
Octal 240 120 12 0 62 136 45 34 130 41
Binary 10100000 1010000 1010 0 110010 1011110 100101 11100 1011000 100001

Color Harmonies of #A0500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0500A

Black with #A0500A

Text Example


Text Example

White with #A0500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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