Html Css Color HEX #AF574C Apple Blossom

📋 copy color: '#AF574C'

red 175 ◦ green 87 ◦ blue 76

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

Shades of Apple Blossom #AF574C

Tints of Apple Blossom #AF574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

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

R = 51.78%
G = 25.74%
B = 22.49%

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

#AF574C (or 0xAF574C) is known color: Apple Blossom. HEX triplet: AF, 57 and 4C. RGB value is (175,87,76). Sum of RGB (Red+Green+Blue) = 175+87+76=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF574C is #50A8B3. Grayscale: #707070. Windows color (decimal): -5286068 or 5003183. OLE color: 5003183.

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

Color convert

RGB 175 87 76 -
CMYK 0 0.50 0.57 0.31
HSL 6.67º 0.39% 0.49% -
HSV(B) 6.67º 0.57% 0.69% -
XYZ 22.39 16.45 8.83 -
YUV 112.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 175 87 76 0 0.50 0.57 0.31 6.67 0.39 0.49
Hex AF 57 4C 0 32 39 1F 7 27 31
Octal 257 127 114 0 62 71 37 7 47 61
Binary 10101111 1010111 1001100 0 110010 111001 11111 111 100111 110001

Color Harmonies of #AF574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF574C

Black with #AF574C

Text Example


Text Example

White with #AF574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF574C; }

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

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

background-color css

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

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

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

border-color css

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

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

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