Html Css Color HEX #AF5D54 Apple Blossom

📋 copy color: '#AF5D54'

red 175 ◦ green 93 ◦ blue 84

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

Shades of Apple Blossom #AF5D54

Tints of Apple Blossom #AF5D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 49.72%
G = 26.42%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF5D54 (or 0xAF5D54) is known color: Apple Blossom. HEX triplet: AF, 5D and 54. RGB value is (175,93,84). Sum of RGB (Red+Green+Blue) = 175+93+84=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D54 is #50A2AB. Grayscale: #747474. Windows color (decimal): -5284524 or 5529007. OLE color: 5529007.

HSL color Cylindrical-coordinate representation of color #AF5D54: hue angle of 5.93º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5D54 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 93 84 -
CMYK 0 0.47 0.52 0.31
HSL 5.93º 0.36% 0.51% -
HSV(B) 5.93º 0.52% 0.69% -
XYZ 23.19 17.58 10.56 -
YUV 116.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 175 93 84 0 0.47 0.52 0.31 5.93 0.36 0.51
Hex AF 5D 54 0 2F 34 1F 6 24 33
Octal 257 135 124 0 57 64 37 6 44 63
Binary 10101111 1011101 1010100 0 101111 110100 11111 110 100100 110011

Color Harmonies of #AF5D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D54

Black with #AF5D54

Text Example


Text Example

White with #AF5D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D54; }

 p { color: rgb(175,93,84); }

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

background-color css

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

 a { background-color: rgb(175,93,84); }

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

border-color css

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

 span { border-color: rgb(175,93,84); }

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