Html Css Color HEX #AA4C27 Rose Of Sharon

📋 copy color: '#AA4C27'

red 170 ◦ green 76 ◦ blue 39

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

Shades of Rose Of Sharon #AA4C27

Tints of Rose Of Sharon #AA4C27

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 59.65%
G = 26.67%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA4C27 (or 0xAA4C27) is known color: Rose Of Sharon. HEX triplet: AA, 4C and 27. RGB value is (170,76,39). Sum of RGB (Red+Green+Blue) = 170+76+39=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C27 is #55B3D8. Grayscale: #646464. Windows color (decimal): -5616601 or 2575530. OLE color: 2575530.

HSL color Cylindrical-coordinate representation of color #AA4C27: hue angle of 16.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 #AA4C27 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 76 39 -
CMYK 0 0.55 0.77 0.33
HSL 16.95º 0.63% 0.41% -
HSV(B) 16.95º 0.77% 0.67% -
XYZ 19.53 13.86 3.57 -
YUV 99.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 170 76 39 0 0.55 0.77 0.33 16.95 0.63 0.41
Hex AA 4C 27 0 37 4D 21 11 3F 29
Octal 252 114 47 0 67 115 41 21 77 51
Binary 10101010 1001100 100111 0 110111 1001101 100001 10001 111111 101001

Color Harmonies of #AA4C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C27

Black with #AA4C27

Text Example


Text Example

White with #AA4C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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