Html Css Color HEX #A75350 Apple Blossom

📋 copy color: '#A75350'

red 167 ◦ green 83 ◦ blue 80

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

Shades of Apple Blossom #A75350

Tints of Apple Blossom #A75350

RGB

 RED value IS 167 (65.63% from 255) = 50.61%

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

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 50.61%
G = 25.15%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A75350 (or 0xA75350) is known color: Apple Blossom. HEX triplet: A7, 53 and 50. RGB value is (167,83,80). Sum of RGB (Red+Green+Blue) = 167+83+80=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A75350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75350 is #58ACAF. Grayscale: #6B6B6B. Windows color (decimal): -5811376 or 5264295. OLE color: 5264295.

HSL color Cylindrical-coordinate representation of color #A75350: hue angle of 2.07º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A75350 is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 83 80 -
CMYK 0 0.50 0.52 0.35
HSL 2.07º 0.35% 0.48% -
HSV(B) 2.07º 0.52% 0.65% -
XYZ 20.48 14.98 9.4 -
YUV 107.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 167 83 80 0 0.50 0.52 0.35 2.07 0.35 0.48
Hex A7 53 50 0 32 34 23 2 23 30
Octal 247 123 120 0 62 64 43 2 43 60
Binary 10100111 1010011 1010000 0 110010 110100 100011 10 100011 110000

Color Harmonies of #A75350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75350

Black with #A75350

Text Example


Text Example

White with #A75350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75350; }

 p { color: rgb(167,83,80); }

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

background-color css

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

 a { background-color: rgb(167,83,80); }

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

border-color css

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

 span { border-color: rgb(167,83,80); }

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