Html Css Color HEX #A85453 Apple Blossom

📋 copy color: '#A85453'

red 168 ◦ green 84 ◦ blue 83

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

Shades of Apple Blossom #A85453

Tints of Apple Blossom #A85453

RGB

 RED value IS 168 (66.02% from 255) = 50.15%

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

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

R = 50.15%
G = 25.07%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A85453 (or 0xA85453) is known color: Apple Blossom. HEX triplet: A8, 54 and 53. RGB value is (168,84,83). Sum of RGB (Red+Green+Blue) = 168+84+83=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A85453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85453 is #57ABAC. Grayscale: #6D6D6D. Windows color (decimal): -5745581 or 5461160. OLE color: 5461160.

HSL color Cylindrical-coordinate representation of color #A85453: hue angle of 0.71º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85453 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 83 -
CMYK 0 0.5 0.51 0.34
HSL 0.71º 0.34% 0.49% -
HSV(B) 0.71º 0.51% 0.66% -
XYZ 20.88 15.29 10.03 -
YUV 109 113.33 170.08 -
System Red Green Blue C M Y K H S L
Decimal 168 84 83 0 0.5 0.51 0.34 0.71 0.34 0.49
Hex A8 54 53 0 32 33 22 1 22 31
Octal 250 124 123 0 62 63 42 1 42 61
Binary 10101000 1010100 1010011 0 110010 110011 100010 1 100010 110001

Color Harmonies of #A85453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85453

Black with #A85453

Text Example


Text Example

White with #A85453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85453; }

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

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

background-color css

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

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

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

border-color css

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

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

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