Html Css Color HEX #A02A26 Brown

📋 copy color: '#A02A26'

red 160 ◦ green 42 ◦ blue 38

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

Shades of Brown #A02A26

Tints of Brown #A02A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.83%

R = 66.67%
G = 17.5%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A02A26 (or 0xA02A26) is known color: Brown. HEX triplet: A0, 2A and 26. RGB value is (160,42,38). Sum of RGB (Red+Green+Blue) = 160+42+38=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02A26 is #5FD5D9. Grayscale: #4C4C4C. Windows color (decimal): -6280666 or 2501280. OLE color: 2501280.

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

Color convert

RGB 160 42 38 -
CMYK 0 0.74 0.76 0.37
HSL 1.97º 0.62% 0.39% -
HSV(B) 1.97º 0.76% 0.63% -
XYZ 15.68 9.27 2.8 -
YUV 76.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 160 42 38 0 0.74 0.76 0.37 1.97 0.62 0.39
Hex A0 2A 26 0 4A 4C 25 2 3E 27
Octal 240 52 46 0 112 114 45 2 76 47
Binary 10100000 101010 100110 0 1001010 1001100 100101 10 111110 100111

Color Harmonies of #A02A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A26

Black with #A02A26

Text Example


Text Example

White with #A02A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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