Html Css Color HEX #A25656 Apple Blossom

📋 copy color: '#A25656'

red 162 ◦ green 86 ◦ blue 86

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

Shades of Apple Blossom #A25656

Tints of Apple Blossom #A25656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 48.5%
G = 25.75%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A25656 (or 0xA25656) is known color: Apple Blossom. HEX triplet: A2, 56 and 56. RGB value is (162,86,86). Sum of RGB (Red+Green+Blue) = 162+86+86=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A25656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25656 is #5DA9A9. Grayscale: #6C6C6C. Windows color (decimal): -6138282 or 5658274. OLE color: 5658274.

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

Color convert

RGB 162 86 86 -
CMYK 0 0.47 0.47 0.36
HSL 0.31% 0.49% -
HSV(B) 0.47% 0.64% -
XYZ 19.91 15.01 10.65 -
YUV 108.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 162 86 86 0 0.47 0.47 0.36 0 0.31 0.49
Hex A2 56 56 0 2F 2F 24 0 1F 31
Octal 242 126 126 0 57 57 44 0 37 61
Binary 10100010 1010110 1010110 0 101111 101111 100100 0 11111 110001

Color Harmonies of #A25656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25656

Black with #A25656

Text Example


Text Example

White with #A25656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25656; }

 p { color: rgb(162,86,86); }

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

background-color css

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

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

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

border-color css

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

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

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