Html Css Color HEX #A45453 Apple Blossom

📋 copy color: '#A45453'

red 164 ◦ green 84 ◦ blue 83

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

Shades of Apple Blossom #A45453

Tints of Apple Blossom #A45453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.38%

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 49.55%
G = 25.38%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A45453 (or 0xA45453) is known color: Apple Blossom. HEX triplet: A4, 54 and 53. RGB value is (164,84,83). Sum of RGB (Red+Green+Blue) = 164+84+83=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A45453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45453 is #5BABAC. Grayscale: #6B6B6B. Windows color (decimal): -6007725 or 5461156. OLE color: 5461156.

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

Color convert

RGB 164 84 83 -
CMYK 0 0.49 0.49 0.36
HSL 0.74º 0.33% 0.48% -
HSV(B) 0.74º 0.49% 0.64% -
XYZ 20.04 14.86 10 -
YUV 107.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 164 84 83 0 0.49 0.49 0.36 0.74 0.33 0.48
Hex A4 54 53 0 31 31 24 1 21 30
Octal 244 124 123 0 61 61 44 1 41 60
Binary 10100100 1010100 1010011 0 110001 110001 100100 1 100001 110000

Color Harmonies of #A45453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45453

Black with #A45453

Text Example


Text Example

White with #A45453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45453; }

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

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

background-color css

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

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

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

border-color css

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

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

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