Html Css Color HEX #A25251 Apple Blossom

📋 copy color: '#A25251'

red 162 ◦ green 82 ◦ blue 81

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

Shades of Apple Blossom #A25251

Tints of Apple Blossom #A25251

RGB

 RED value IS 162 (63.67% from 255) = 49.85%

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

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

R = 49.85%
G = 25.23%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A25251 (or 0xA25251) is known color: Apple Blossom. HEX triplet: A2, 52 and 51. RGB value is (162,82,81). Sum of RGB (Red+Green+Blue) = 162+82+81=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A25251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25251 is #5DADAE. Grayscale: #696969. Windows color (decimal): -6139311 or 5329570. OLE color: 5329570.

HSL color Cylindrical-coordinate representation of color #A25251: hue angle of 0.74º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A25251 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 81 -
CMYK 0 0.49 0.50 0.36
HSL 0.74º 0.33% 0.48% -
HSV(B) 0.74º 0.5% 0.64% -
XYZ 19.4 14.31 9.52 -
YUV 105.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 162 82 81 0 0.49 0.50 0.36 0.74 0.33 0.48
Hex A2 52 51 0 31 32 24 1 21 30
Octal 242 122 121 0 61 62 44 1 41 60
Binary 10100010 1010010 1010001 0 110001 110010 100100 1 100001 110000

Color Harmonies of #A25251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25251

Black with #A25251

Text Example


Text Example

White with #A25251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25251; }

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

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

background-color css

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

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

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

border-color css

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

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

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