Html Css Color HEX #A02A22 Brown

📋 copy color: '#A02A22'

red 160 ◦ green 42 ◦ blue 34

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

Shades of Brown #A02A22

Tints of Brown #A02A22

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.8%

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 67.8%
G = 17.8%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A02A22 (or 0xA02A22) is known color: Brown. HEX triplet: A0, 2A and 22. RGB value is (160,42,34). Sum of RGB (Red+Green+Blue) = 160+42+34=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A22 is #5FD5DD. Grayscale: #4C4C4C. Windows color (decimal): -6280670 or 2239136. OLE color: 2239136.

HSL color Cylindrical-coordinate representation of color #A02A22: hue angle of 3.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02A22 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 42 34 -
CMYK 0 0.74 0.79 0.37
HSL 3.81º 0.65% 0.38% -
HSV(B) 3.81º 0.79% 0.63% -
XYZ 15.61 9.25 2.47 -
YUV 76.37 104.09 187.65 -
System Red Green Blue C M Y K H S L
Decimal 160 42 34 0 0.74 0.79 0.37 3.81 0.65 0.38
Hex A0 2A 22 0 4A 4F 25 4 41 26
Octal 240 52 42 0 112 117 45 4 101 46
Binary 10100000 101010 100010 0 1001010 1001111 100101 100 1000001 100110

Color Harmonies of #A02A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A22

Black with #A02A22

Text Example


Text Example

White with #A02A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A22; }

 p { color: rgb(160,42,34); }

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

background-color css

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

 a { background-color: rgb(160,42,34); }

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

border-color css

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

 span { border-color: rgb(160,42,34); }

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