Html Css Color HEX #A3534C Apple Blossom

📋 copy color: '#A3534C'

red 163 ◦ green 83 ◦ blue 76

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

Shades of Apple Blossom #A3534C

Tints of Apple Blossom #A3534C

RGB

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

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

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

R = 50.62%
G = 25.78%
B = 23.6%

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

#A3534C (or 0xA3534C) is known color: Apple Blossom. HEX triplet: A3, 53 and 4C. RGB value is (163,83,76). Sum of RGB (Red+Green+Blue) = 163+83+76=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3534C is #5CACB3. Grayscale: #6A6A6A. Windows color (decimal): -6073524 or 5002147. OLE color: 5002147.

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

Color convert

RGB 163 83 76 -
CMYK 0 0.49 0.53 0.36
HSL 4.83º 0.36% 0.47% -
HSV(B) 4.83º 0.53% 0.64% -
XYZ 19.5 14.49 8.61 -
YUV 106.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 163 83 76 0 0.49 0.53 0.36 4.83 0.36 0.47
Hex A3 53 4C 0 31 35 24 5 24 2F
Octal 243 123 114 0 61 65 44 5 44 57
Binary 10100011 1010011 1001100 0 110001 110101 100100 101 100100 101111

Color Harmonies of #A3534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3534C

Black with #A3534C

Text Example


Text Example

White with #A3534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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