Html Css Color HEX #A75450 Apple Blossom

📋 copy color: '#A75450'

red 167 ◦ green 84 ◦ blue 80

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

Shades of Apple Blossom #A75450

Tints of Apple Blossom #A75450

RGB

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

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

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

R = 50.45%
G = 25.38%
B = 24.17%

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

#A75450 (or 0xA75450) is known color: Apple Blossom. HEX triplet: A7, 54 and 50. RGB value is (167,84,80). Sum of RGB (Red+Green+Blue) = 167+84+80=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A75450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75450 is #58ABAF. Grayscale: #6C6C6C. Windows color (decimal): -5811120 or 5264551. OLE color: 5264551.

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

Color convert

RGB 167 84 80 -
CMYK 0 0.50 0.52 0.35
HSL 2.76º 0.35% 0.48% -
HSV(B) 2.76º 0.52% 0.65% -
XYZ 20.55 15.14 9.43 -
YUV 108.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 167 84 80 0 0.50 0.52 0.35 2.76 0.35 0.48
Hex A7 54 50 0 32 34 23 3 23 30
Octal 247 124 120 0 62 64 43 3 43 60
Binary 10100111 1010100 1010000 0 110010 110100 100011 11 100011 110000

Color Harmonies of #A75450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75450

Black with #A75450

Text Example


Text Example

White with #A75450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75450; }

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

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

background-color css

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

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

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

border-color css

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

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

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