Html Css Color HEX #AF514E Apple Blossom

📋 copy color: '#AF514E'

red 175 ◦ green 81 ◦ blue 78

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

Shades of Apple Blossom #AF514E

Tints of Apple Blossom #AF514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.25%

 BLUE value IS 78 (30.86% from 255) = 23.35%

R = 52.4%
G = 24.25%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF514E (or 0xAF514E) is known color: Apple Blossom. HEX triplet: AF, 51 and 4E. RGB value is (175,81,78). Sum of RGB (Red+Green+Blue) = 175+81+78=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF514E is #50AEB1. Grayscale: #6C6C6C. Windows color (decimal): -5287602 or 5132719. OLE color: 5132719.

HSL color Cylindrical-coordinate representation of color #AF514E: hue angle of 1.86º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF514E is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 78 -
CMYK 0 0.54 0.55 0.31
HSL 1.86º 0.38% 0.5% -
HSV(B) 1.86º 0.55% 0.69% -
XYZ 22 15.55 9.05 -
YUV 108.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 175 81 78 0 0.54 0.55 0.31 1.86 0.38 0.5
Hex AF 51 4E 0 36 37 1F 2 26 32
Octal 257 121 116 0 66 67 37 2 46 62
Binary 10101111 1010001 1001110 0 110110 110111 11111 10 100110 110010

Color Harmonies of #AF514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF514E

Black with #AF514E

Text Example


Text Example

White with #AF514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF514E; }

 p { color: rgb(175,81,78); }

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

background-color css

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

 a { background-color: rgb(175,81,78); }

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

border-color css

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

 span { border-color: rgb(175,81,78); }

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