Html Css Color HEX #A02923 Brown

📋 copy color: '#A02923'

red 160 ◦ green 41 ◦ blue 35

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

Shades of Brown #A02923

Tints of Brown #A02923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

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

R = 67.8%
G = 17.37%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A02923 (or 0xA02923) is known color: Brown. HEX triplet: A0, 29 and 23. RGB value is (160,41,35). Sum of RGB (Red+Green+Blue) = 160+41+35=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A02923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02923 is #5FD6DC. Grayscale: #4C4C4C. Windows color (decimal): -6280925 or 2304416. OLE color: 2304416.

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

Color convert

RGB 160 41 35 -
CMYK 0 0.74 0.78 0.37
HSL 2.88º 0.64% 0.38% -
HSV(B) 2.88º 0.78% 0.63% -
XYZ 15.59 9.18 2.54 -
YUV 75.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 160 41 35 0 0.74 0.78 0.37 2.88 0.64 0.38
Hex A0 29 23 0 4A 4E 25 3 40 26
Octal 240 51 43 0 112 116 45 3 100 46
Binary 10100000 101001 100011 0 1001010 1001110 100101 11 1000000 100110

Color Harmonies of #A02923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02923

Black with #A02923

Text Example


Text Example

White with #A02923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02923; }

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

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

background-color css

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

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

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

border-color css

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

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

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