Html Css Color HEX #AA514A Apple Blossom

📋 copy color: '#AA514A'

red 170 ◦ green 81 ◦ blue 74

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

Shades of Apple Blossom #AA514A

Tints of Apple Blossom #AA514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 52.31%
G = 24.92%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA514A (or 0xAA514A) is known color: Apple Blossom. HEX triplet: AA, 51 and 4A. RGB value is (170,81,74). Sum of RGB (Red+Green+Blue) = 170+81+74=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA514A is #55AEB5. Grayscale: #6A6A6A. Windows color (decimal): -5615286 or 4870570. OLE color: 4870570.

HSL color Cylindrical-coordinate representation of color #AA514A: hue angle of 4.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA514A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 81 74 -
CMYK 0 0.52 0.56 0.33
HSL 4.38º 0.39% 0.48% -
HSV(B) 4.38º 0.56% 0.67% -
XYZ 20.76 14.93 8.27 -
YUV 106.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 170 81 74 0 0.52 0.56 0.33 4.38 0.39 0.48
Hex AA 51 4A 0 34 38 21 4 27 30
Octal 252 121 112 0 64 70 41 4 47 60
Binary 10101010 1010001 1001010 0 110100 111000 100001 100 100111 110000

Color Harmonies of #AA514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA514A

Black with #AA514A

Text Example


Text Example

White with #AA514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA514A; }

 p { color: rgb(170,81,74); }

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

background-color css

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

 a { background-color: rgb(170,81,74); }

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

border-color css

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

 span { border-color: rgb(170,81,74); }

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