Html Css Color HEX #A95A53 Apple Blossom

📋 copy color: '#A95A53'

red 169 ◦ green 90 ◦ blue 83

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

Shades of Apple Blossom #A95A53

Tints of Apple Blossom #A95A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 49.42%
G = 26.32%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A95A53 (or 0xA95A53) is known color: Apple Blossom. HEX triplet: A9, 5A and 53. RGB value is (169,90,83). Sum of RGB (Red+Green+Blue) = 169+90+83=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A53 is #56A5AC. Grayscale: #707070. Windows color (decimal): -5678509 or 5462697. OLE color: 5462697.

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

Color convert

RGB 169 90 83 -
CMYK 0 0.47 0.51 0.34
HSL 4.88º 0.34% 0.49% -
HSV(B) 4.88º 0.51% 0.66% -
XYZ 21.58 16.37 10.21 -
YUV 112.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 169 90 83 0 0.47 0.51 0.34 4.88 0.34 0.49
Hex A9 5A 53 0 2F 33 22 5 22 31
Octal 251 132 123 0 57 63 42 5 42 61
Binary 10101001 1011010 1010011 0 101111 110011 100010 101 100010 110001

Color Harmonies of #A95A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A53

Black with #A95A53

Text Example


Text Example

White with #A95A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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