Html Css Color HEX #AF5C54 Apple Blossom

📋 copy color: '#AF5C54'

red 175 ◦ green 92 ◦ blue 84

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

Shades of Apple Blossom #AF5C54

Tints of Apple Blossom #AF5C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 49.86%
G = 26.21%
B = 23.93%

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

#AF5C54 (or 0xAF5C54) is known color: Apple Blossom. HEX triplet: AF, 5C and 54. RGB value is (175,92,84). Sum of RGB (Red+Green+Blue) = 175+92+84=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C54 is #50A3AB. Grayscale: #747474. Windows color (decimal): -5284780 or 5528751. OLE color: 5528751.

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

Color convert

RGB 175 92 84 -
CMYK 0 0.47 0.52 0.31
HSL 5.27º 0.36% 0.51% -
HSV(B) 5.27º 0.52% 0.69% -
XYZ 23.11 17.41 10.53 -
YUV 115.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 175 92 84 0 0.47 0.52 0.31 5.27 0.36 0.51
Hex AF 5C 54 0 2F 34 1F 5 24 33
Octal 257 134 124 0 57 64 37 5 44 63
Binary 10101111 1011100 1010100 0 101111 110100 11111 101 100100 110011

Color Harmonies of #AF5C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C54

Black with #AF5C54

Text Example


Text Example

White with #AF5C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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