Html Css Color HEX #A75750 Apple Blossom

📋 copy color: '#A75750'

red 167 ◦ green 87 ◦ blue 80

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

Shades of Apple Blossom #A75750

Tints of Apple Blossom #A75750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.05%

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

R = 50%
G = 26.05%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A75750 (or 0xA75750) is known color: Apple Blossom. HEX triplet: A7, 57 and 50. RGB value is (167,87,80). Sum of RGB (Red+Green+Blue) = 167+87+80=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A75750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75750 is #58A8AF. Grayscale: #6E6E6E. Windows color (decimal): -5810352 or 5265319. OLE color: 5265319.

HSL color Cylindrical-coordinate representation of color #A75750: hue angle of 4.83º 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 #A75750 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 87 80 -
CMYK 0 0.48 0.52 0.35
HSL 4.83º 0.35% 0.48% -
HSV(B) 4.83º 0.52% 0.65% -
XYZ 20.79 15.61 9.51 -
YUV 110.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 167 87 80 0 0.48 0.52 0.35 4.83 0.35 0.48
Hex A7 57 50 0 30 34 23 5 23 30
Octal 247 127 120 0 60 64 43 5 43 60
Binary 10100111 1010111 1010000 0 110000 110100 100011 101 100011 110000

Color Harmonies of #A75750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75750

Black with #A75750

Text Example


Text Example

White with #A75750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75750; }

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

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

background-color css

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

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

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

border-color css

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

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

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