Html Css Color HEX #A3534D Apple Blossom

📋 copy color: '#A3534D'

red 163 ◦ green 83 ◦ blue 77

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

Shades of Apple Blossom #A3534D

Tints of Apple Blossom #A3534D

RGB

 RED value IS 163 (64.06% from 255) = 50.46%

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

 BLUE value IS 77 (30.47% from 255) = 23.84%

R = 50.46%
G = 25.7%
B = 23.84%

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

#A3534D (or 0xA3534D) is known color: Apple Blossom. HEX triplet: A3, 53 and 4D. RGB value is (163,83,77). Sum of RGB (Red+Green+Blue) = 163+83+77=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3534D is #5CACB2. Grayscale: #6A6A6A. Windows color (decimal): -6073523 or 5067683. OLE color: 5067683.

HSL color Cylindrical-coordinate representation of color #A3534D: hue angle of 4.19º 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 #A3534D is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 83 77 -
CMYK 0 0.49 0.53 0.36
HSL 4.19º 0.36% 0.47% -
HSV(B) 4.19º 0.53% 0.64% -
XYZ 19.54 14.51 8.79 -
YUV 106.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 163 83 77 0 0.49 0.53 0.36 4.19 0.36 0.47
Hex A3 53 4D 0 31 35 24 4 24 2F
Octal 243 123 115 0 61 65 44 4 44 57
Binary 10100011 1010011 1001101 0 110001 110101 100100 100 100100 101111

Color Harmonies of #A3534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3534D

Black with #A3534D

Text Example


Text Example

White with #A3534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3534D; }

 p { color: rgb(163,83,77); }

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

background-color css

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

 a { background-color: rgb(163,83,77); }

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

border-color css

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

 span { border-color: rgb(163,83,77); }

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