Html Css Color HEX #A02422 Brown

📋 copy color: '#A02422'

red 160 ◦ green 36 ◦ blue 34

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

Shades of Brown #A02422

Tints of Brown #A02422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

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

R = 69.57%
G = 15.65%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A02422 (or 0xA02422) is known color: Brown. HEX triplet: A0, 24 and 22. RGB value is (160,36,34). Sum of RGB (Red+Green+Blue) = 160+36+34=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A02422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02422 is #5FDBDD. Grayscale: #484848. Windows color (decimal): -6282206 or 2237600. OLE color: 2237600.

HSL color Cylindrical-coordinate representation of color #A02422: hue angle of 0.95º 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 #A02422 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 36 34 -
CMYK 0 0.78 0.79 0.37
HSL 0.95º 0.65% 0.38% -
HSV(B) 0.95º 0.79% 0.63% -
XYZ 15.42 8.85 2.41 -
YUV 72.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 160 36 34 0 0.78 0.79 0.37 0.95 0.65 0.38
Hex A0 24 22 0 4E 4F 25 1 41 26
Octal 240 44 42 0 116 117 45 1 101 46
Binary 10100000 100100 100010 0 1001110 1001111 100101 1 1000001 100110

Color Harmonies of #A02422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02422

Black with #A02422

Text Example


Text Example

White with #A02422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02422; }

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

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

background-color css

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

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

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

border-color css

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

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

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