Html Css Color HEX #AA4F40 Apple Blossom

📋 copy color: '#AA4F40'

red 170 ◦ green 79 ◦ blue 64

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

Shades of Apple Blossom #AA4F40

Tints of Apple Blossom #AA4F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 54.31%
G = 25.24%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA4F40 (or 0xAA4F40) is known color: Apple Blossom. HEX triplet: AA, 4F and 40. RGB value is (170,79,64). Sum of RGB (Red+Green+Blue) = 170+79+64=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4F40 is #55B0BF. Grayscale: #686868. Windows color (decimal): -5615808 or 4214698. OLE color: 4214698.

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

Color convert

RGB 170 79 64 -
CMYK 0 0.54 0.62 0.33
HSL 8.49º 0.45% 0.46% -
HSV(B) 8.49º 0.62% 0.67% -
XYZ 20.3 14.51 6.58 -
YUV 104.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 170 79 64 0 0.54 0.62 0.33 8.49 0.45 0.46
Hex AA 4F 40 0 36 3E 21 8 2D 2E
Octal 252 117 100 0 66 76 41 10 55 56
Binary 10101010 1001111 1000000 0 110110 111110 100001 1000 101101 101110

Color Harmonies of #AA4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4F40

Black with #AA4F40

Text Example


Text Example

White with #AA4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4F40; }

 p { color: rgb(170,79,64); }

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

background-color css

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

 a { background-color: rgb(170,79,64); }

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

border-color css

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

 span { border-color: rgb(170,79,64); }

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