Html Css Color HEX #A9564F Apple Blossom

📋 copy color: '#A9564F'

red 169 ◦ green 86 ◦ blue 79

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

Shades of Apple Blossom #A9564F

Tints of Apple Blossom #A9564F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

 BLUE value IS 79 (31.25% from 255) = 23.65%

R = 50.6%
G = 25.75%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A9564F (or 0xA9564F) is known color: Apple Blossom. HEX triplet: A9, 56 and 4F. RGB value is (169,86,79). Sum of RGB (Red+Green+Blue) = 169+86+79=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A9564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9564F is #56A9B0. Grayscale: #6E6E6E. Windows color (decimal): -5679537 or 5199529. OLE color: 5199529.

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

Color convert

RGB 169 86 79 -
CMYK 0 0.49 0.53 0.34
HSL 4.67º 0.36% 0.49% -
HSV(B) 4.67º 0.53% 0.66% -
XYZ 21.1 15.66 9.31 -
YUV 110.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 169 86 79 0 0.49 0.53 0.34 4.67 0.36 0.49
Hex A9 56 4F 0 31 35 22 5 24 31
Octal 251 126 117 0 61 65 42 5 44 61
Binary 10101001 1010110 1001111 0 110001 110101 100010 101 100100 110001

Color Harmonies of #A9564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9564F

Black with #A9564F

Text Example


Text Example

White with #A9564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9564F; }

 p { color: rgb(169,86,79); }

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

background-color css

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

 a { background-color: rgb(169,86,79); }

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

border-color css

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

 span { border-color: rgb(169,86,79); }

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