Html Css Color HEX #AF594E Apple Blossom

📋 copy color: '#AF594E'

red 175 ◦ green 89 ◦ blue 78

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

Shades of Apple Blossom #AF594E

Tints of Apple Blossom #AF594E

RGB

 RED value IS 175 (68.75% from 255) = 51.17%

 GREEN value IS 89 (35.16% from 255) = 26.02%

 BLUE value IS 78 (30.86% from 255) = 22.81%

R = 51.17%
G = 26.02%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF594E (or 0xAF594E) is known color: Apple Blossom. HEX triplet: AF, 59 and 4E. RGB value is (175,89,78). Sum of RGB (Red+Green+Blue) = 175+89+78=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF594E is #50A6B1. Grayscale: #717171. Windows color (decimal): -5285554 or 5134767. OLE color: 5134767.

HSL color Cylindrical-coordinate representation of color #AF594E: hue angle of 6.8º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF594E is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 89 78 -
CMYK 0 0.49 0.55 0.31
HSL 6.8º 0.38% 0.5% -
HSV(B) 6.8º 0.55% 0.69% -
XYZ 22.63 16.81 9.26 -
YUV 113.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 175 89 78 0 0.49 0.55 0.31 6.8 0.38 0.5
Hex AF 59 4E 0 31 37 1F 7 26 32
Octal 257 131 116 0 61 67 37 7 46 62
Binary 10101111 1011001 1001110 0 110001 110111 11111 111 100110 110010

Color Harmonies of #AF594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF594E

Black with #AF594E

Text Example


Text Example

White with #AF594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF594E; }

 p { color: rgb(175,89,78); }

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

background-color css

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

 a { background-color: rgb(175,89,78); }

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

border-color css

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

 span { border-color: rgb(175,89,78); }

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