Html Css Color HEX #AF5D4E Crail

📋 copy color: '#AF5D4E'

red 175 ◦ green 93 ◦ blue 78

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

Shades of Crail #AF5D4E

Tints of Crail #AF5D4E

RGB

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

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

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

R = 50.58%
G = 26.88%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF5D4E (or 0xAF5D4E) is known color: Crail. HEX triplet: AF, 5D and 4E. RGB value is (175,93,78). Sum of RGB (Red+Green+Blue) = 175+93+78=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D4E is #50A2B1. Grayscale: #737373. Windows color (decimal): -5284530 or 5135791. OLE color: 5135791.

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

Color convert

RGB 175 93 78 -
CMYK 0 0.47 0.55 0.31
HSL 9.28º 0.38% 0.5% -
HSV(B) 9.28º 0.55% 0.69% -
XYZ 22.97 17.49 9.37 -
YUV 115.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 175 93 78 0 0.47 0.55 0.31 9.28 0.38 0.5
Hex AF 5D 4E 0 2F 37 1F 9 26 32
Octal 257 135 116 0 57 67 37 11 46 62
Binary 10101111 1011101 1001110 0 101111 110111 11111 1001 100110 110010

Color Harmonies of #AF5D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D4E

Black with #AF5D4E

Text Example


Text Example

White with #AF5D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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