Html Css Color HEX #AF594C Apple Blossom

📋 copy color: '#AF594C'

red 175 ◦ green 89 ◦ blue 76

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

Shades of Apple Blossom #AF594C

Tints of Apple Blossom #AF594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 51.47%
G = 26.18%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF594C (or 0xAF594C) is known color: Apple Blossom. HEX triplet: AF, 59 and 4C. RGB value is (175,89,76). Sum of RGB (Red+Green+Blue) = 175+89+76=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF594C is #50A6B3. Grayscale: #717171. Windows color (decimal): -5285556 or 5003695. OLE color: 5003695.

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

Color convert

RGB 175 89 76 -
CMYK 0 0.49 0.57 0.31
HSL 7.88º 0.39% 0.49% -
HSV(B) 7.88º 0.57% 0.69% -
XYZ 22.56 16.78 8.89 -
YUV 113.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 175 89 76 0 0.49 0.57 0.31 7.88 0.39 0.49
Hex AF 59 4C 0 31 39 1F 8 27 31
Octal 257 131 114 0 61 71 37 10 47 61
Binary 10101111 1011001 1001100 0 110001 111001 11111 1000 100111 110001

Color Harmonies of #AF594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF594C

Black with #AF594C

Text Example


Text Example

White with #AF594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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