Html Css Color HEX #A95A54 Apple Blossom

📋 copy color: '#A95A54'

red 169 ◦ green 90 ◦ blue 84

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

Shades of Apple Blossom #A95A54

Tints of Apple Blossom #A95A54

RGB

 RED value IS 169 (66.41% from 255) = 49.27%

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

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

R = 49.27%
G = 26.24%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A95A54 (or 0xA95A54) is known color: Apple Blossom. HEX triplet: A9, 5A and 54. RGB value is (169,90,84). Sum of RGB (Red+Green+Blue) = 169+90+84=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A54 is #56A5AB. Grayscale: #717171. Windows color (decimal): -5678508 or 5528233. OLE color: 5528233.

HSL color Cylindrical-coordinate representation of color #A95A54: hue angle of 4.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95A54 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 90 84 -
CMYK 0 0.47 0.50 0.34
HSL 4.24º 0.34% 0.5% -
HSV(B) 4.24º 0.5% 0.66% -
XYZ 21.62 16.39 10.41 -
YUV 112.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 169 90 84 0 0.47 0.50 0.34 4.24 0.34 0.5
Hex A9 5A 54 0 2F 32 22 4 22 32
Octal 251 132 124 0 57 62 42 4 42 62
Binary 10101001 1011010 1010100 0 101111 110010 100010 100 100010 110010

Color Harmonies of #A95A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A54

Black with #A95A54

Text Example


Text Example

White with #A95A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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