Html Css Color HEX #AA4625 Rose Of Sharon

📋 copy color: '#AA4625'

red 170 ◦ green 70 ◦ blue 37

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

Shades of Rose Of Sharon #AA4625

Tints of Rose Of Sharon #AA4625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 61.37%
G = 25.27%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA4625 (or 0xAA4625) is known color: Rose Of Sharon. HEX triplet: AA, 46 and 25. RGB value is (170,70,37). Sum of RGB (Red+Green+Blue) = 170+70+37=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4625 is #55B9DA. Grayscale: #606060. Windows color (decimal): -5618139 or 2442922. OLE color: 2442922.

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

Color convert

RGB 170 70 37 -
CMYK 0 0.59 0.78 0.33
HSL 14.89º 0.64% 0.41% -
HSV(B) 14.89º 0.78% 0.67% -
XYZ 19.1 13.06 3.26 -
YUV 96.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 170 70 37 0 0.59 0.78 0.33 14.89 0.64 0.41
Hex AA 46 25 0 3B 4E 21 F 40 29
Octal 252 106 45 0 73 116 41 17 100 51
Binary 10101010 1000110 100101 0 111011 1001110 100001 1111 1000000 101001

Color Harmonies of #AA4625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4625

Black with #AA4625

Text Example


Text Example

White with #AA4625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4625; }

 p { color: rgb(170,70,37); }

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

background-color css

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

 a { background-color: rgb(170,70,37); }

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

border-color css

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

 span { border-color: rgb(170,70,37); }

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