Html Css Color HEX #A25652 Apple Blossom

📋 copy color: '#A25652'

red 162 ◦ green 86 ◦ blue 82

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

Shades of Apple Blossom #A25652

Tints of Apple Blossom #A25652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 49.09%
G = 26.06%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A25652 (or 0xA25652) is known color: Apple Blossom. HEX triplet: A2, 56 and 52. RGB value is (162,86,82). Sum of RGB (Red+Green+Blue) = 162+86+82=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A25652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25652 is #5DA9AD. Grayscale: #6C6C6C. Windows color (decimal): -6138286 or 5396130. OLE color: 5396130.

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

Color convert

RGB 162 86 82 -
CMYK 0 0.47 0.49 0.36
HSL 0.33% 0.48% -
HSV(B) 0.49% 0.64% -
XYZ 19.75 14.95 9.83 -
YUV 108.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 162 86 82 0 0.47 0.49 0.36 3 0.33 0.48
Hex A2 56 52 0 2F 31 24 3 21 30
Octal 242 126 122 0 57 61 44 3 41 60
Binary 10100010 1010110 1010010 0 101111 110001 100100 11 100001 110000

Color Harmonies of #A25652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25652

Black with #A25652

Text Example


Text Example

White with #A25652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25652; }

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

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

background-color css

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

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

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

border-color css

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

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

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