Html Css Color HEX #AA4C3E Apple Blossom

📋 copy color: '#AA4C3E'

red 170 ◦ green 76 ◦ blue 62

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

Shades of Apple Blossom #AA4C3E

Tints of Apple Blossom #AA4C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 55.19%
G = 24.68%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA4C3E (or 0xAA4C3E) is known color: Apple Blossom. HEX triplet: AA, 4C and 3E. RGB value is (170,76,62). Sum of RGB (Red+Green+Blue) = 170+76+62=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4C3E is #55B3C1. Grayscale: #666666. Windows color (decimal): -5616578 or 4082858. OLE color: 4082858.

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

Color convert

RGB 170 76 62 -
CMYK 0 0.55 0.64 0.33
HSL 7.78º 0.47% 0.45% -
HSV(B) 7.78º 0.64% 0.67% -
XYZ 20.03 14.06 6.22 -
YUV 102.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 170 76 62 0 0.55 0.64 0.33 7.78 0.47 0.45
Hex AA 4C 3E 0 37 40 21 8 2F 2D
Octal 252 114 76 0 67 100 41 10 57 55
Binary 10101010 1001100 111110 0 110111 1000000 100001 1000 101111 101101

Color Harmonies of #AA4C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C3E

Black with #AA4C3E

Text Example


Text Example

White with #AA4C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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