Html Css Color HEX #AA3423 Brown

📋 copy color: '#AA3423'

red 170 ◦ green 52 ◦ blue 35

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

Shades of Brown #AA3423

Tints of Brown #AA3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 66.15%
G = 20.23%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA3423 (or 0xAA3423) is known color: Brown. HEX triplet: AA, 34 and 23. RGB value is (170,52,35). Sum of RGB (Red+Green+Blue) = 170+52+35=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3423 is #55CBDC. Grayscale: #555555. Windows color (decimal): -5622749 or 2307242. OLE color: 2307242.

HSL color Cylindrical-coordinate representation of color #AA3423: hue angle of 7.56º 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 #AA3423 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 35 -
CMYK 0 0.69 0.79 0.33
HSL 7.56º 0.66% 0.4% -
HSV(B) 7.56º 0.79% 0.67% -
XYZ 18.11 11.12 2.78 -
YUV 85.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 170 52 35 0 0.69 0.79 0.33 7.56 0.66 0.4
Hex AA 34 23 0 45 4F 21 8 42 28
Octal 252 64 43 0 105 117 41 10 102 50
Binary 10101010 110100 100011 0 1000101 1001111 100001 1000 1000010 101000

Color Harmonies of #AA3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3423

Black with #AA3423

Text Example


Text Example

White with #AA3423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3423; }

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

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

background-color css

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

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

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

border-color css

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

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

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