Html Css Color HEX #AA534A Apple Blossom

📋 copy color: '#AA534A'

red 170 ◦ green 83 ◦ blue 74

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

Shades of Apple Blossom #AA534A

Tints of Apple Blossom #AA534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.38%

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

R = 51.99%
G = 25.38%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA534A (or 0xAA534A) is known color: Apple Blossom. HEX triplet: AA, 53 and 4A. RGB value is (170,83,74). Sum of RGB (Red+Green+Blue) = 170+83+74=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA534A is #55ACB5. Grayscale: #6C6C6C. Windows color (decimal): -5614774 or 4871082. OLE color: 4871082.

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

Color convert

RGB 170 83 74 -
CMYK 0 0.51 0.56 0.33
HSL 5.63º 0.39% 0.48% -
HSV(B) 5.63º 0.56% 0.67% -
XYZ 20.91 15.23 8.32 -
YUV 107.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 170 83 74 0 0.51 0.56 0.33 5.63 0.39 0.48
Hex AA 53 4A 0 33 38 21 6 27 30
Octal 252 123 112 0 63 70 41 6 47 60
Binary 10101010 1010011 1001010 0 110011 111000 100001 110 100111 110000

Color Harmonies of #AA534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA534A

Black with #AA534A

Text Example


Text Example

White with #AA534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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