Html Css Color HEX #AF584C Apple Blossom

📋 copy color: '#AF584C'

red 175 ◦ green 88 ◦ blue 76

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

Shades of Apple Blossom #AF584C

Tints of Apple Blossom #AF584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

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

R = 51.62%
G = 25.96%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF584C (or 0xAF584C) is known color: Apple Blossom. HEX triplet: AF, 58 and 4C. RGB value is (175,88,76). Sum of RGB (Red+Green+Blue) = 175+88+76=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF584C is #50A7B3. Grayscale: #707070. Windows color (decimal): -5285812 or 5003439. OLE color: 5003439.

HSL color Cylindrical-coordinate representation of color #AF584C: hue angle of 7.27º 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 #AF584C is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 76 -
CMYK 0 0.50 0.57 0.31
HSL 7.27º 0.39% 0.49% -
HSV(B) 7.27º 0.57% 0.69% -
XYZ 22.47 16.62 8.86 -
YUV 112.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 175 88 76 0 0.50 0.57 0.31 7.27 0.39 0.49
Hex AF 58 4C 0 32 39 1F 7 27 31
Octal 257 130 114 0 62 71 37 7 47 61
Binary 10101111 1011000 1001100 0 110010 111001 11111 111 100111 110001

Color Harmonies of #AF584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF584C

Black with #AF584C

Text Example


Text Example

White with #AF584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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