Html Css Color HEX #AA4D3D Apple Blossom

📋 copy color: '#AA4D3D'

red 170 ◦ green 77 ◦ blue 61

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

Shades of Apple Blossom #AA4D3D

Tints of Apple Blossom #AA4D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 55.19%
G = 25%
B = 19.81%

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

#AA4D3D (or 0xAA4D3D) is known color: Apple Blossom. HEX triplet: AA, 4D and 3D. RGB value is (170,77,61). Sum of RGB (Red+Green+Blue) = 170+77+61=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA4D3D is #55B2C2. Grayscale: #676767. Windows color (decimal): -5616323 or 4017578. OLE color: 4017578.

HSL color Cylindrical-coordinate representation of color #AA4D3D: hue angle of 8.81º 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 #AA4D3D is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 61 -
CMYK 0 0.55 0.64 0.33
HSL 8.81º 0.47% 0.45% -
HSV(B) 8.81º 0.64% 0.67% -
XYZ 20.07 14.19 6.1 -
YUV 102.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 170 77 61 0 0.55 0.64 0.33 8.81 0.47 0.45
Hex AA 4D 3D 0 37 40 21 9 2F 2D
Octal 252 115 75 0 67 100 41 11 57 55
Binary 10101010 1001101 111101 0 110111 1000000 100001 1001 101111 101101

Color Harmonies of #AA4D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D3D

Black with #AA4D3D

Text Example


Text Example

White with #AA4D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D3D; }

 p { color: rgb(170,77,61); }

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

background-color css

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

 a { background-color: rgb(170,77,61); }

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

border-color css

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

 span { border-color: rgb(170,77,61); }

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