Html Css Color HEX #A75A54 Apple Blossom

📋 copy color: '#A75A54'

red 167 ◦ green 90 ◦ blue 84

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

Shades of Apple Blossom #A75A54

Tints of Apple Blossom #A75A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 48.97%
G = 26.39%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A75A54 (or 0xA75A54) is known color: Apple Blossom. HEX triplet: A7, 5A and 54. RGB value is (167,90,84). Sum of RGB (Red+Green+Blue) = 167+90+84=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75A54 is #58A5AB. Grayscale: #707070. Windows color (decimal): -5809580 or 5528231. OLE color: 5528231.

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

Color convert

RGB 167 90 84 -
CMYK 0 0.46 0.50 0.35
HSL 4.34º 0.33% 0.49% -
HSV(B) 4.34º 0.5% 0.65% -
XYZ 21.19 16.17 10.39 -
YUV 112.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 167 90 84 0 0.46 0.50 0.35 4.34 0.33 0.49
Hex A7 5A 54 0 2E 32 23 4 21 31
Octal 247 132 124 0 56 62 43 4 41 61
Binary 10100111 1011010 1010100 0 101110 110010 100011 100 100001 110001

Color Harmonies of #A75A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A54

Black with #A75A54

Text Example


Text Example

White with #A75A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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