Html Css Color HEX #A5524E Apple Blossom

📋 copy color: '#A5524E'

red 165 ◦ green 82 ◦ blue 78

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

Shades of Apple Blossom #A5524E

Tints of Apple Blossom #A5524E

RGB

 RED value IS 165 (64.84% from 255) = 50.77%

 GREEN value IS 82 (32.42% from 255) = 25.23%

 BLUE value IS 78 (30.86% from 255) = 24%

R = 50.77%
G = 25.23%
B = 24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5524E (or 0xA5524E) is known color: Apple Blossom. HEX triplet: A5, 52 and 4E. RGB value is (165,82,78). Sum of RGB (Red+Green+Blue) = 165+82+78=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5524E is #5AADB1. Grayscale: #6A6A6A. Windows color (decimal): -5942706 or 5132965. OLE color: 5132965.

HSL color Cylindrical-coordinate representation of color #A5524E: hue angle of 2.76º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5524E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 78 -
CMYK 0 0.50 0.53 0.35
HSL 2.76º 0.36% 0.48% -
HSV(B) 2.76º 0.53% 0.65% -
XYZ 19.91 14.58 8.97 -
YUV 106.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 165 82 78 0 0.50 0.53 0.35 2.76 0.36 0.48
Hex A5 52 4E 0 32 35 23 3 24 30
Octal 245 122 116 0 62 65 43 3 44 60
Binary 10100101 1010010 1001110 0 110010 110101 100011 11 100100 110000

Color Harmonies of #A5524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5524E

Black with #A5524E

Text Example


Text Example

White with #A5524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5524E; }

 p { color: rgb(165,82,78); }

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

background-color css

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

 a { background-color: rgb(165,82,78); }

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

border-color css

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

 span { border-color: rgb(165,82,78); }

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