Html Css Color HEX #A3534B Apple Blossom

📋 copy color: '#A3534B'

red 163 ◦ green 83 ◦ blue 75

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

Shades of Apple Blossom #A3534B

Tints of Apple Blossom #A3534B

RGB

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

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

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

R = 50.78%
G = 25.86%
B = 23.36%

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

#A3534B (or 0xA3534B) is known color: Apple Blossom. HEX triplet: A3, 53 and 4B. RGB value is (163,83,75). Sum of RGB (Red+Green+Blue) = 163+83+75=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3534B is #5CACB4. Grayscale: #6A6A6A. Windows color (decimal): -6073525 or 4936611. OLE color: 4936611.

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

Color convert

RGB 163 83 75 -
CMYK 0 0.49 0.54 0.36
HSL 5.45º 0.37% 0.47% -
HSV(B) 5.45º 0.54% 0.64% -
XYZ 19.47 14.48 8.43 -
YUV 106.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 163 83 75 0 0.49 0.54 0.36 5.45 0.37 0.47
Hex A3 53 4B 0 31 36 24 5 25 2F
Octal 243 123 113 0 61 66 44 5 45 57
Binary 10100011 1010011 1001011 0 110001 110110 100100 101 100101 101111

Color Harmonies of #A3534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3534B

Black with #A3534B

Text Example


Text Example

White with #A3534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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