Html Css Color HEX #A15652 Apple Blossom

📋 copy color: '#A15652'

red 161 ◦ green 86 ◦ blue 82

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

Shades of Apple Blossom #A15652

Tints of Apple Blossom #A15652

RGB

 RED value IS 161 (63.28% from 255) = 48.94%

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

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

R = 48.94%
G = 26.14%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A15652 (or 0xA15652) is known color: Apple Blossom. HEX triplet: A1, 56 and 52. RGB value is (161,86,82). Sum of RGB (Red+Green+Blue) = 161+86+82=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A15652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15652 is #5EA9AD. Grayscale: #6C6C6C. Windows color (decimal): -6203822 or 5396129. OLE color: 5396129.

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

Color convert

RGB 161 86 82 -
CMYK 0 0.47 0.49 0.37
HSL 3.04º 0.33% 0.48% -
HSV(B) 3.04º 0.49% 0.63% -
XYZ 19.55 14.84 9.82 -
YUV 107.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 161 86 82 0 0.47 0.49 0.37 3.04 0.33 0.48
Hex A1 56 52 0 2F 31 25 3 21 30
Octal 241 126 122 0 57 61 45 3 41 60
Binary 10100001 1010110 1010010 0 101111 110001 100101 11 100001 110000

Color Harmonies of #A15652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15652

Black with #A15652

Text Example


Text Example

White with #A15652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15652; }

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

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

background-color css

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

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

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

border-color css

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

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

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