Html Css Color HEX #A25554 Apple Blossom

📋 copy color: '#A25554'

red 162 ◦ green 85 ◦ blue 84

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

Shades of Apple Blossom #A25554

Tints of Apple Blossom #A25554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 48.94%
G = 25.68%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A25554 (or 0xA25554) is known color: Apple Blossom. HEX triplet: A2, 55 and 54. RGB value is (162,85,84). Sum of RGB (Red+Green+Blue) = 162+85+84=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25554 is #5DAAAB. Grayscale: #6B6B6B. Windows color (decimal): -6138540 or 5526946. OLE color: 5526946.

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

Color convert

RGB 162 85 84 -
CMYK 0 0.48 0.48 0.36
HSL 0.77º 0.32% 0.48% -
HSV(B) 0.77º 0.48% 0.64% -
XYZ 19.75 14.82 10.21 -
YUV 107.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 162 85 84 0 0.48 0.48 0.36 0.77 0.32 0.48
Hex A2 55 54 0 30 30 24 1 20 30
Octal 242 125 124 0 60 60 44 1 40 60
Binary 10100010 1010101 1010100 0 110000 110000 100100 1 100000 110000

Color Harmonies of #A25554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25554

Black with #A25554

Text Example


Text Example

White with #A25554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25554; }

 p { color: rgb(162,85,84); }

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

background-color css

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

 a { background-color: rgb(162,85,84); }

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

border-color css

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

 span { border-color: rgb(162,85,84); }

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