Html Css Color HEX #A2534C Apple Blossom

📋 copy color: '#A2534C'

red 162 ◦ green 83 ◦ blue 76

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

Shades of Apple Blossom #A2534C

Tints of Apple Blossom #A2534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.68%

R = 50.47%
G = 25.86%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2534C (or 0xA2534C) is known color: Apple Blossom. HEX triplet: A2, 53 and 4C. RGB value is (162,83,76). Sum of RGB (Red+Green+Blue) = 162+83+76=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2534C is #5DACB3. Grayscale: #696969. Windows color (decimal): -6139060 or 5002146. OLE color: 5002146.

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

Color convert

RGB 162 83 76 -
CMYK 0 0.49 0.53 0.36
HSL 4.88º 0.36% 0.47% -
HSV(B) 4.88º 0.53% 0.64% -
XYZ 19.3 14.39 8.6 -
YUV 105.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 162 83 76 0 0.49 0.53 0.36 4.88 0.36 0.47
Hex A2 53 4C 0 31 35 24 5 24 2F
Octal 242 123 114 0 61 65 44 5 44 57
Binary 10100010 1010011 1001100 0 110001 110101 100100 101 100100 101111

Color Harmonies of #A2534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2534C

Black with #A2534C

Text Example


Text Example

White with #A2534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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