Html Css Color HEX #AA2D23 Brown

📋 copy color: '#AA2D23'

red 170 ◦ green 45 ◦ blue 35

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

Shades of Brown #AA2D23

Tints of Brown #AA2D23

RGB

 RED value IS 170 (66.8% from 255) = 68%

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

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

R = 68%
G = 18%
B = 14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA2D23 (or 0xAA2D23) is known color: Brown. HEX triplet: AA, 2D and 23. RGB value is (170,45,35). Sum of RGB (Red+Green+Blue) = 170+45+35=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2D23 is #55D2DC. Grayscale: #515151. Windows color (decimal): -5624541 or 2305450. OLE color: 2305450.

HSL color Cylindrical-coordinate representation of color #AA2D23: hue angle of 4.44º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2D23 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 45 35 -
CMYK 0 0.74 0.79 0.33
HSL 4.44º 0.66% 0.4% -
HSV(B) 4.44º 0.79% 0.67% -
XYZ 17.82 10.54 2.69 -
YUV 81.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 170 45 35 0 0.74 0.79 0.33 4.44 0.66 0.4
Hex AA 2D 23 0 4A 4F 21 4 42 28
Octal 252 55 43 0 112 117 41 4 102 50
Binary 10101010 101101 100011 0 1001010 1001111 100001 100 1000010 101000

Color Harmonies of #AA2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2D23

Black with #AA2D23

Text Example


Text Example

White with #AA2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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