Html Css Color HEX #AA3427 Brown

📋 copy color: '#AA3427'

red 170 ◦ green 52 ◦ blue 39

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

Shades of Brown #AA3427

Tints of Brown #AA3427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.94%

R = 65.13%
G = 19.92%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA3427 (or 0xAA3427) is known color: Brown. HEX triplet: AA, 34 and 27. RGB value is (170,52,39). Sum of RGB (Red+Green+Blue) = 170+52+39=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3427 is #55CBD8. Grayscale: #555555. Windows color (decimal): -5622745 or 2569386. OLE color: 2569386.

HSL color Cylindrical-coordinate representation of color #AA3427: hue angle of 5.95º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA3427 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 39 -
CMYK 0 0.69 0.77 0.33
HSL 5.95º 0.63% 0.41% -
HSV(B) 5.95º 0.77% 0.67% -
XYZ 18.17 11.15 3.11 -
YUV 85.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 170 52 39 0 0.69 0.77 0.33 5.95 0.63 0.41
Hex AA 34 27 0 45 4D 21 6 3F 29
Octal 252 64 47 0 105 115 41 6 77 51
Binary 10101010 110100 100111 0 1000101 1001101 100001 110 111111 101001

Color Harmonies of #AA3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3427

Black with #AA3427

Text Example


Text Example

White with #AA3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3427; }

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

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

background-color css

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

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

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

border-color css

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

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

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