Html Css Color HEX #A5504D Apple Blossom

📋 copy color: '#A5504D'

red 165 ◦ green 80 ◦ blue 77

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

Shades of Apple Blossom #A5504D

Tints of Apple Blossom #A5504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 51.24%
G = 24.84%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5504D (or 0xA5504D) is known color: Apple Blossom. HEX triplet: A5, 50 and 4D. RGB value is (165,80,77). Sum of RGB (Red+Green+Blue) = 165+80+77=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5504D is #5AAFB2. Grayscale: #696969. Windows color (decimal): -5943219 or 5066917. OLE color: 5066917.

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

Color convert

RGB 165 80 77 -
CMYK 0 0.52 0.53 0.35
HSL 2.05º 0.36% 0.47% -
HSV(B) 2.05º 0.53% 0.65% -
XYZ 19.73 14.27 8.74 -
YUV 105.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 165 80 77 0 0.52 0.53 0.35 2.05 0.36 0.47
Hex A5 50 4D 0 34 35 23 2 24 2F
Octal 245 120 115 0 64 65 43 2 44 57
Binary 10100101 1010000 1001101 0 110100 110101 100011 10 100100 101111

Color Harmonies of #A5504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5504D

Black with #A5504D

Text Example


Text Example

White with #A5504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5504D; }

 p { color: rgb(165,80,77); }

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

background-color css

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

 a { background-color: rgb(165,80,77); }

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

border-color css

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

 span { border-color: rgb(165,80,77); }

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