Html Css Color HEX #A75B55 Apple Blossom

📋 copy color: '#A75B55'

red 167 ◦ green 91 ◦ blue 85

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

Shades of Apple Blossom #A75B55

Tints of Apple Blossom #A75B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.53%

 BLUE value IS 85 (33.59% from 255) = 24.78%

R = 48.69%
G = 26.53%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A75B55 (or 0xA75B55) is known color: Apple Blossom. HEX triplet: A7, 5B and 55. RGB value is (167,91,85). Sum of RGB (Red+Green+Blue) = 167+91+85=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75B55 is #58A4AA. Grayscale: #717171. Windows color (decimal): -5809323 or 5594023. OLE color: 5594023.

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

Color convert

RGB 167 91 85 -
CMYK 0 0.46 0.49 0.35
HSL 4.39º 0.33% 0.49% -
HSV(B) 4.39º 0.49% 0.65% -
XYZ 21.32 16.35 10.63 -
YUV 113.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 167 91 85 0 0.46 0.49 0.35 4.39 0.33 0.49
Hex A7 5B 55 0 2E 31 23 4 21 31
Octal 247 133 125 0 56 61 43 4 41 61
Binary 10100111 1011011 1010101 0 101110 110001 100011 100 100001 110001

Color Harmonies of #A75B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B55

Black with #A75B55

Text Example


Text Example

White with #A75B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B55; }

 p { color: rgb(167,91,85); }

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

background-color css

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

 a { background-color: rgb(167,91,85); }

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

border-color css

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

 span { border-color: rgb(167,91,85); }

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