Html Css Color HEX #AF5754 Apple Blossom

📋 copy color: '#AF5754'

red 175 ◦ green 87 ◦ blue 84

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

Shades of Apple Blossom #AF5754

Tints of Apple Blossom #AF5754

RGB

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

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

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

R = 50.58%
G = 25.14%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF5754 (or 0xAF5754) is known color: Apple Blossom. HEX triplet: AF, 57 and 54. RGB value is (175,87,84). Sum of RGB (Red+Green+Blue) = 175+87+84=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5754 is #50A8AB. Grayscale: #717171. Windows color (decimal): -5286060 or 5527471. OLE color: 5527471.

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

Color convert

RGB 175 87 84 -
CMYK 0 0.50 0.52 0.31
HSL 1.98º 0.36% 0.51% -
HSV(B) 1.98º 0.52% 0.69% -
XYZ 22.69 16.57 10.39 -
YUV 112.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 175 87 84 0 0.50 0.52 0.31 1.98 0.36 0.51
Hex AF 57 54 0 32 34 1F 2 24 33
Octal 257 127 124 0 62 64 37 2 44 63
Binary 10101111 1010111 1010100 0 110010 110100 11111 10 100100 110011

Color Harmonies of #AF5754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5754

Black with #AF5754

Text Example


Text Example

White with #AF5754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5754; }

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

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

background-color css

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

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

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

border-color css

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

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

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