Html Css Color HEX #AF5D4C Crail

📋 copy color: '#AF5D4C'

red 175 ◦ green 93 ◦ blue 76

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

Shades of Crail #AF5D4C

Tints of Crail #AF5D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 50.87%
G = 27.03%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF5D4C (or 0xAF5D4C) is known color: Crail. HEX triplet: AF, 5D and 4C. RGB value is (175,93,76). Sum of RGB (Red+Green+Blue) = 175+93+76=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D4C is #50A2B3. Grayscale: #737373. Windows color (decimal): -5284532 or 5004719. OLE color: 5004719.

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

Color convert

RGB 175 93 76 -
CMYK 0 0.47 0.57 0.31
HSL 10.3º 0.39% 0.49% -
HSV(B) 10.3º 0.57% 0.69% -
XYZ 22.9 17.46 9 -
YUV 115.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 175 93 76 0 0.47 0.57 0.31 10.3 0.39 0.49
Hex AF 5D 4C 0 2F 39 1F A 27 31
Octal 257 135 114 0 57 71 37 12 47 61
Binary 10101111 1011101 1001100 0 101111 111001 11111 1010 100111 110001

Color Harmonies of #AF5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D4C

Black with #AF5D4C

Text Example


Text Example

White with #AF5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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