Html Css Color HEX #AA4E30 Rose Of Sharon

📋 copy color: '#AA4E30'

red 170 ◦ green 78 ◦ blue 48

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

Shades of Rose Of Sharon #AA4E30

Tints of Rose Of Sharon #AA4E30

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 57.43%
G = 26.35%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA4E30 (or 0xAA4E30) is known color: Rose Of Sharon. HEX triplet: AA, 4E and 30. RGB value is (170,78,48). Sum of RGB (Red+Green+Blue) = 170+78+48=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4E30 is #55B1CF. Grayscale: #666666. Windows color (decimal): -5616080 or 3165866. OLE color: 3165866.

HSL color Cylindrical-coordinate representation of color #AA4E30: hue angle of 14.75º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA4E30 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 78 48 -
CMYK 0 0.54 0.72 0.33
HSL 14.75º 0.56% 0.43% -
HSV(B) 14.75º 0.72% 0.67% -
XYZ 19.84 14.21 4.49 -
YUV 102.09 97.48 176.44 -
System Red Green Blue C M Y K H S L
Decimal 170 78 48 0 0.54 0.72 0.33 14.75 0.56 0.43
Hex AA 4E 30 0 36 48 21 F 38 2B
Octal 252 116 60 0 66 110 41 17 70 53
Binary 10101010 1001110 110000 0 110110 1001000 100001 1111 111000 101011

Color Harmonies of #AA4E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E30

Black with #AA4E30

Text Example


Text Example

White with #AA4E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E30; }

 p { color: rgb(170,78,48); }

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

background-color css

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

 a { background-color: rgb(170,78,48); }

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

border-color css

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

 span { border-color: rgb(170,78,48); }

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