Html Css Color HEX #A02823 Brown

📋 copy color: '#A02823'

red 160 ◦ green 40 ◦ blue 35

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

Shades of Brown #A02823

Tints of Brown #A02823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

 BLUE value IS 35 (14.06% from 255) = 14.89%

R = 68.09%
G = 17.02%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A02823 (or 0xA02823) is known color: Brown. HEX triplet: A0, 28 and 23. RGB value is (160,40,35). Sum of RGB (Red+Green+Blue) = 160+40+35=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A02823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02823 is #5FD7DC. Grayscale: #4B4B4B. Windows color (decimal): -6281181 or 2304160. OLE color: 2304160.

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

Color convert

RGB 160 40 35 -
CMYK 0 0.75 0.78 0.37
HSL 2.4º 0.64% 0.38% -
HSV(B) 2.4º 0.78% 0.63% -
XYZ 15.56 9.11 2.53 -
YUV 75.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 160 40 35 0 0.75 0.78 0.37 2.4 0.64 0.38
Hex A0 28 23 0 4B 4E 25 2 40 26
Octal 240 50 43 0 113 116 45 2 100 46
Binary 10100000 101000 100011 0 1001011 1001110 100101 10 1000000 100110

Color Harmonies of #A02823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02823

Black with #A02823

Text Example


Text Example

White with #A02823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02823; }

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

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

background-color css

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

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

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

border-color css

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

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

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