Html Css Color HEX #A2534B Apple Blossom

📋 copy color: '#A2534B'

red 162 ◦ green 83 ◦ blue 75

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

Shades of Apple Blossom #A2534B

Tints of Apple Blossom #A2534B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 50.63%
G = 25.94%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A2534B (or 0xA2534B) is known color: Apple Blossom. HEX triplet: A2, 53 and 4B. RGB value is (162,83,75). Sum of RGB (Red+Green+Blue) = 162+83+75=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A2534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2534B is #5DACB4. Grayscale: #696969. Windows color (decimal): -6139061 or 4936610. OLE color: 4936610.

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

Color convert

RGB 162 83 75 -
CMYK 0 0.49 0.54 0.36
HSL 5.52º 0.37% 0.46% -
HSV(B) 5.52º 0.54% 0.64% -
XYZ 19.26 14.38 8.42 -
YUV 105.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 162 83 75 0 0.49 0.54 0.36 5.52 0.37 0.46
Hex A2 53 4B 0 31 36 24 6 25 2E
Octal 242 123 113 0 61 66 44 6 45 56
Binary 10100010 1010011 1001011 0 110001 110110 100100 110 100101 101110

Color Harmonies of #A2534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2534B

Black with #A2534B

Text Example


Text Example

White with #A2534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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