Html Css Color HEX #AF5E4C Crail

📋 copy color: '#AF5E4C'

red 175 ◦ green 94 ◦ blue 76

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

Shades of Crail #AF5E4C

Tints of Crail #AF5E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

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

R = 50.72%
G = 27.25%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF5E4C (or 0xAF5E4C) is known color: Crail. HEX triplet: AF, 5E and 4C. RGB value is (175,94,76). Sum of RGB (Red+Green+Blue) = 175+94+76=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E4C is #50A1B3. Grayscale: #747474. Windows color (decimal): -5284276 or 5004975. OLE color: 5004975.

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

Color convert

RGB 175 94 76 -
CMYK 0 0.46 0.57 0.31
HSL 10.91º 0.39% 0.49% -
HSV(B) 10.91º 0.57% 0.69% -
XYZ 22.99 17.64 9.03 -
YUV 116.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 175 94 76 0 0.46 0.57 0.31 10.91 0.39 0.49
Hex AF 5E 4C 0 2E 39 1F B 27 31
Octal 257 136 114 0 56 71 37 13 47 61
Binary 10101111 1011110 1001100 0 101110 111001 11111 1011 100111 110001

Color Harmonies of #AF5E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E4C

Black with #AF5E4C

Text Example


Text Example

White with #AF5E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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