Html Css Color HEX #A4524A Apple Blossom

📋 copy color: '#A4524A'

red 164 ◦ green 82 ◦ blue 74

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

Shades of Apple Blossom #A4524A

Tints of Apple Blossom #A4524A

RGB

 RED value IS 164 (64.45% from 255) = 51.25%

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

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

R = 51.25%
G = 25.63%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4524A (or 0xA4524A) is known color: Apple Blossom. HEX triplet: A4, 52 and 4A. RGB value is (164,82,74). Sum of RGB (Red+Green+Blue) = 164+82+74=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4524A is #5BADB5. Grayscale: #696969. Windows color (decimal): -6008246 or 4870820. OLE color: 4870820.

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

Color convert

RGB 164 82 74 -
CMYK 0 0.5 0.55 0.36
HSL 5.33º 0.38% 0.47% -
HSV(B) 5.33º 0.55% 0.64% -
XYZ 19.56 14.42 8.23 -
YUV 105.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 164 82 74 0 0.5 0.55 0.36 5.33 0.38 0.47
Hex A4 52 4A 0 32 37 24 5 26 2F
Octal 244 122 112 0 62 67 44 5 46 57
Binary 10100100 1010010 1001010 0 110010 110111 100100 101 100110 101111

Color Harmonies of #A4524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4524A

Black with #A4524A

Text Example


Text Example

White with #A4524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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