Html Css Color HEX #A05000 Saddle Brown

📋 copy color: '#A05000'

red 160 ◦ green 80 ◦ blue 0

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

Shades of Saddle Brown #A05000

Tints of Saddle Brown #A05000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A05000 (or 0xA05000) is known color: Saddle Brown. HEX triplet: A0, 50 and 00. RGB value is (160,80,0). Sum of RGB (Red+Green+Blue) = 160+80+0=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A05000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05000 is #5FAFFF. Grayscale: #5F5F5F. Windows color (decimal): -6270976 or 20640. OLE color: 20640.

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

Color convert

RGB 160 80 0 -
CMYK 0 0.5 1 0.37
HSL 30º 1% 0.31% -
HSV(B) 30º 1% 0.63% -
XYZ 17.37 13.21 1.63 -
YUV 94.8 74.5 174.5 -
System Red Green Blue C M Y K H S L
Decimal 160 80 0 0 0.5 1 0.37 30 1 0.31
Hex A0 50 0 0 32 64 25 1E 64 1F
Octal 240 120 0 0 62 144 45 36 144 37
Binary 10100000 1010000 0 0 110010 1100100 100101 11110 1100100 11111

Color Harmonies of #A05000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05000

Black with #A05000

Text Example


Text Example

White with #A05000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05000; }

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

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

background-color css

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

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

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

border-color css

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

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

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