Html Css Color HEX #A25956 Apple Blossom

📋 copy color: '#A25956'

red 162 ◦ green 89 ◦ blue 86

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

Shades of Apple Blossom #A25956

Tints of Apple Blossom #A25956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

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

R = 48.07%
G = 26.41%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A25956 (or 0xA25956) is known color: Apple Blossom. HEX triplet: A2, 59 and 56. RGB value is (162,89,86). Sum of RGB (Red+Green+Blue) = 162+89+86=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A25956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25956 is #5DA6A9. Grayscale: #6E6E6E. Windows color (decimal): -6137514 or 5659042. OLE color: 5659042.

HSL color Cylindrical-coordinate representation of color #A25956: hue angle of 2.37º 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 #A25956 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 86 -
CMYK 0 0.45 0.47 0.36
HSL 2.37º 0.31% 0.49% -
HSV(B) 2.37º 0.47% 0.64% -
XYZ 20.15 15.5 10.73 -
YUV 110.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 162 89 86 0 0.45 0.47 0.36 2.37 0.31 0.49
Hex A2 59 56 0 2D 2F 24 2 1F 31
Octal 242 131 126 0 55 57 44 2 37 61
Binary 10100010 1011001 1010110 0 101101 101111 100100 10 11111 110001

Color Harmonies of #A25956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25956

Black with #A25956

Text Example


Text Example

White with #A25956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25956; }

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

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

background-color css

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

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

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

border-color css

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

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

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