Html Css Color HEX #A3534E Apple Blossom

📋 copy color: '#A3534E'

red 163 ◦ green 83 ◦ blue 78

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

Shades of Apple Blossom #A3534E

Tints of Apple Blossom #A3534E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.07%

R = 50.31%
G = 25.62%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A3534E (or 0xA3534E) is known color: Apple Blossom. HEX triplet: A3, 53 and 4E. RGB value is (163,83,78). Sum of RGB (Red+Green+Blue) = 163+83+78=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3534E is #5CACB1. Grayscale: #6A6A6A. Windows color (decimal): -6073522 or 5133219. OLE color: 5133219.

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

Color convert

RGB 163 83 78 -
CMYK 0 0.49 0.52 0.36
HSL 3.53º 0.35% 0.47% -
HSV(B) 3.53º 0.52% 0.64% -
XYZ 19.57 14.52 8.98 -
YUV 106.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 163 83 78 0 0.49 0.52 0.36 3.53 0.35 0.47
Hex A3 53 4E 0 31 34 24 4 23 2F
Octal 243 123 116 0 61 64 44 4 43 57
Binary 10100011 1010011 1001110 0 110001 110100 100100 100 100011 101111

Color Harmonies of #A3534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3534E

Black with #A3534E

Text Example


Text Example

White with #A3534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3534E; }

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

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

background-color css

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

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

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

border-color css

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

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

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