Html Css Color HEX #A2534F Apple Blossom

📋 copy color: '#A2534F'

red 162 ◦ green 83 ◦ blue 79

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

Shades of Apple Blossom #A2534F

Tints of Apple Blossom #A2534F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 50%
G = 25.62%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A2534F (or 0xA2534F) is known color: Apple Blossom. HEX triplet: A2, 53 and 4F. RGB value is (162,83,79). Sum of RGB (Red+Green+Blue) = 162+83+79=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A2534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2534F is #5DACB0. Grayscale: #6A6A6A. Windows color (decimal): -6139057 or 5198754. OLE color: 5198754.

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

Color convert

RGB 162 83 79 -
CMYK 0 0.49 0.51 0.36
HSL 2.89º 0.34% 0.47% -
HSV(B) 2.89º 0.51% 0.64% -
XYZ 19.4 14.43 9.16 -
YUV 106.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 162 83 79 0 0.49 0.51 0.36 2.89 0.34 0.47
Hex A2 53 4F 0 31 33 24 3 22 2F
Octal 242 123 117 0 61 63 44 3 42 57
Binary 10100010 1010011 1001111 0 110001 110011 100100 11 100010 101111

Color Harmonies of #A2534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2534F

Black with #A2534F

Text Example


Text Example

White with #A2534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2534F; }

 p { color: rgb(162,83,79); }

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

background-color css

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

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

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

border-color css

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

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

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