Html Css Color HEX #AA4C28 Rose Of Sharon

📋 copy color: '#AA4C28'

red 170 ◦ green 76 ◦ blue 40

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

Shades of Rose Of Sharon #AA4C28

Tints of Rose Of Sharon #AA4C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 59.44%
G = 26.57%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA4C28 (or 0xAA4C28) is known color: Rose Of Sharon. HEX triplet: AA, 4C and 28. RGB value is (170,76,40). Sum of RGB (Red+Green+Blue) = 170+76+40=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C28 is #55B3D7. Grayscale: #646464. Windows color (decimal): -5616600 or 2641066. OLE color: 2641066.

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

Color convert

RGB 170 76 40 -
CMYK 0 0.55 0.76 0.33
HSL 16.62º 0.62% 0.41% -
HSV(B) 16.62º 0.76% 0.67% -
XYZ 19.55 13.87 3.65 -
YUV 100 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 170 76 40 0 0.55 0.76 0.33 16.62 0.62 0.41
Hex AA 4C 28 0 37 4C 21 11 3E 29
Octal 252 114 50 0 67 114 41 21 76 51
Binary 10101010 1001100 101000 0 110111 1001100 100001 10001 111110 101001

Color Harmonies of #AA4C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C28

Black with #AA4C28

Text Example


Text Example

White with #AA4C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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