Html Css Color HEX #A02523 Brown

📋 copy color: '#A02523'

red 160 ◦ green 37 ◦ blue 35

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

Shades of Brown #A02523

Tints of Brown #A02523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

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

R = 68.97%
G = 15.95%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A02523 (or 0xA02523) is known color: Brown. HEX triplet: A0, 25 and 23. RGB value is (160,37,35). Sum of RGB (Red+Green+Blue) = 160+37+35=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A02523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02523 is #5FDADC. Grayscale: #494949. Windows color (decimal): -6281949 or 2303392. OLE color: 2303392.

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

Color convert

RGB 160 37 35 -
CMYK 0 0.77 0.78 0.37
HSL 0.96º 0.64% 0.38% -
HSV(B) 0.96º 0.78% 0.63% -
XYZ 15.46 8.92 2.5 -
YUV 73.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 160 37 35 0 0.77 0.78 0.37 0.96 0.64 0.38
Hex A0 25 23 0 4D 4E 25 1 40 26
Octal 240 45 43 0 115 116 45 1 100 46
Binary 10100000 100101 100011 0 1001101 1001110 100101 1 1000000 100110

Color Harmonies of #A02523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02523

Black with #A02523

Text Example


Text Example

White with #A02523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02523; }

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

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

background-color css

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

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

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

border-color css

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

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

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