Html Css Color HEX #A3524B Apple Blossom

📋 copy color: '#A3524B'

red 163 ◦ green 82 ◦ blue 75

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

Shades of Apple Blossom #A3524B

Tints of Apple Blossom #A3524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

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

R = 50.94%
G = 25.63%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3524B (or 0xA3524B) is known color: Apple Blossom. HEX triplet: A3, 52 and 4B. RGB value is (163,82,75). Sum of RGB (Red+Green+Blue) = 163+82+75=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A3524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3524B is #5CADB4. Grayscale: #696969. Windows color (decimal): -6073781 or 4936355. OLE color: 4936355.

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

Color convert

RGB 163 82 75 -
CMYK 0 0.50 0.54 0.36
HSL 4.77º 0.37% 0.47% -
HSV(B) 4.77º 0.54% 0.64% -
XYZ 19.39 14.33 8.4 -
YUV 105.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 163 82 75 0 0.50 0.54 0.36 4.77 0.37 0.47
Hex A3 52 4B 0 32 36 24 5 25 2F
Octal 243 122 113 0 62 66 44 5 45 57
Binary 10100011 1010010 1001011 0 110010 110110 100100 101 100101 101111

Color Harmonies of #A3524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3524B

Black with #A3524B

Text Example


Text Example

White with #A3524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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