Html Css Color HEX #A45352 Apple Blossom

📋 copy color: '#A45352'

red 164 ◦ green 83 ◦ blue 82

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

Shades of Apple Blossom #A45352

Tints of Apple Blossom #A45352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 49.85%
G = 25.23%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A45352 (or 0xA45352) is known color: Apple Blossom. HEX triplet: A4, 53 and 52. RGB value is (164,83,82). Sum of RGB (Red+Green+Blue) = 164+83+82=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A45352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45352 is #5BACAD. Grayscale: #6B6B6B. Windows color (decimal): -6007982 or 5395364. OLE color: 5395364.

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

Color convert

RGB 164 83 82 -
CMYK 0 0.49 0.5 0.36
HSL 0.73º 0.33% 0.48% -
HSV(B) 0.73º 0.5% 0.64% -
XYZ 19.93 14.69 9.77 -
YUV 107.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 164 83 82 0 0.49 0.5 0.36 0.73 0.33 0.48
Hex A4 53 52 0 31 32 24 1 21 30
Octal 244 123 122 0 61 62 44 1 41 60
Binary 10100100 1010011 1010010 0 110001 110010 100100 1 100001 110000

Color Harmonies of #A45352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45352

Black with #A45352

Text Example


Text Example

White with #A45352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45352; }

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

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

background-color css

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

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

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

border-color css

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

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

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