Html Css Color HEX #A03228 Brown

📋 copy color: '#A03228'

red 160 ◦ green 50 ◦ blue 40

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

Shades of Brown #A03228

Tints of Brown #A03228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 64%
G = 20%
B = 16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A03228 (or 0xA03228) is known color: Brown. HEX triplet: A0, 32 and 28. RGB value is (160,50,40). Sum of RGB (Red+Green+Blue) = 160+50+40=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A03228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03228 is #5FCDD7. Grayscale: #515151. Windows color (decimal): -6278616 or 2634400. OLE color: 2634400.

HSL color Cylindrical-coordinate representation of color #A03228: hue angle of 5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03228 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 40 -
CMYK 0 0.69 0.75 0.37
HSL 0.6% 0.39% -
HSV(B) 0.75% 0.63% -
XYZ 16.02 9.91 3.08 -
YUV 81.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 160 50 40 0 0.69 0.75 0.37 5 0.6 0.39
Hex A0 32 28 0 45 4B 25 5 3C 27
Octal 240 62 50 0 105 113 45 5 74 47
Binary 10100000 110010 101000 0 1000101 1001011 100101 101 111100 100111

Color Harmonies of #A03228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03228

Black with #A03228

Text Example


Text Example

White with #A03228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03228; }

 p { color: rgb(160,50,40); }

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

background-color css

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

 a { background-color: rgb(160,50,40); }

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

border-color css

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

 span { border-color: rgb(160,50,40); }

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