Html Css Color HEX #A55251 Apple Blossom

📋 copy color: '#A55251'

red 165 ◦ green 82 ◦ blue 81

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

Shades of Apple Blossom #A55251

Tints of Apple Blossom #A55251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.7%

R = 50.3%
G = 25%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A55251 (or 0xA55251) is known color: Apple Blossom. HEX triplet: A5, 52 and 51. RGB value is (165,82,81). Sum of RGB (Red+Green+Blue) = 165+82+81=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A55251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55251 is #5AADAE. Grayscale: #6A6A6A. Windows color (decimal): -5942703 or 5329573. OLE color: 5329573.

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

Color convert

RGB 165 82 81 -
CMYK 0 0.50 0.51 0.35
HSL 0.71º 0.34% 0.48% -
HSV(B) 0.71º 0.51% 0.65% -
XYZ 20.02 14.63 9.55 -
YUV 106.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 165 82 81 0 0.50 0.51 0.35 0.71 0.34 0.48
Hex A5 52 51 0 32 33 23 1 22 30
Octal 245 122 121 0 62 63 43 1 42 60
Binary 10100101 1010010 1010001 0 110010 110011 100011 1 100010 110000

Color Harmonies of #A55251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55251

Black with #A55251

Text Example


Text Example

White with #A55251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55251; }

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

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

background-color css

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

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

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

border-color css

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

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

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