Html Css Color HEX #A02D23 Brown

📋 copy color: '#A02D23'

red 160 ◦ green 45 ◦ blue 35

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

Shades of Brown #A02D23

Tints of Brown #A02D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.75%

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

R = 66.67%
G = 18.75%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A02D23 (or 0xA02D23) is known color: Brown. HEX triplet: A0, 2D and 23. RGB value is (160,45,35). Sum of RGB (Red+Green+Blue) = 160+45+35=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D23 is #5FD2DC. Grayscale: #4E4E4E. Windows color (decimal): -6279901 or 2305440. OLE color: 2305440.

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

Color convert

RGB 160 45 35 -
CMYK 0 0.72 0.78 0.37
HSL 4.8º 0.64% 0.38% -
HSV(B) 4.8º 0.78% 0.63% -
XYZ 15.74 9.47 2.59 -
YUV 78.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 160 45 35 0 0.72 0.78 0.37 4.8 0.64 0.38
Hex A0 2D 23 0 48 4E 25 5 40 26
Octal 240 55 43 0 110 116 45 5 100 46
Binary 10100000 101101 100011 0 1001000 1001110 100101 101 1000000 100110

Color Harmonies of #A02D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02D23

Black with #A02D23

Text Example


Text Example

White with #A02D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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