Html Css Color HEX #A3524A Apple Blossom

📋 copy color: '#A3524A'

red 163 ◦ green 82 ◦ blue 74

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

Shades of Apple Blossom #A3524A

Tints of Apple Blossom #A3524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 51.1%
G = 25.71%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3524A (or 0xA3524A) is known color: Apple Blossom. HEX triplet: A3, 52 and 4A. RGB value is (163,82,74). Sum of RGB (Red+Green+Blue) = 163+82+74=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A3524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3524A is #5CADB5. Grayscale: #696969. Windows color (decimal): -6073782 or 4870819. OLE color: 4870819.

HSL color Cylindrical-coordinate representation of color #A3524A: hue angle of 5.39º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3524A is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 82 74 -
CMYK 0 0.50 0.55 0.36
HSL 5.39º 0.38% 0.46% -
HSV(B) 5.39º 0.55% 0.64% -
XYZ 19.36 14.32 8.22 -
YUV 105.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 163 82 74 0 0.50 0.55 0.36 5.39 0.38 0.46
Hex A3 52 4A 0 32 37 24 5 26 2E
Octal 243 122 112 0 62 67 44 5 46 56
Binary 10100011 1010010 1001010 0 110010 110111 100100 101 100110 101110

Color Harmonies of #A3524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3524A

Black with #A3524A

Text Example


Text Example

White with #A3524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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