Html Css Color HEX #AF5E4E Crail

📋 copy color: '#AF5E4E'

red 175 ◦ green 94 ◦ blue 78

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

Shades of Crail #AF5E4E

Tints of Crail #AF5E4E

RGB

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

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

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

R = 50.43%
G = 27.09%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF5E4E (or 0xAF5E4E) is known color: Crail. HEX triplet: AF, 5E and 4E. RGB value is (175,94,78). Sum of RGB (Red+Green+Blue) = 175+94+78=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E4E is #50A1B1. Grayscale: #747474. Windows color (decimal): -5284274 or 5136047. OLE color: 5136047.

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

Color convert

RGB 175 94 78 -
CMYK 0 0.46 0.55 0.31
HSL 9.9º 0.38% 0.5% -
HSV(B) 9.9º 0.55% 0.69% -
XYZ 23.06 17.67 9.4 -
YUV 116.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 175 94 78 0 0.46 0.55 0.31 9.9 0.38 0.5
Hex AF 5E 4E 0 2E 37 1F A 26 32
Octal 257 136 116 0 56 67 37 12 46 62
Binary 10101111 1011110 1001110 0 101110 110111 11111 1010 100110 110010

Color Harmonies of #AF5E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E4E

Black with #AF5E4E

Text Example


Text Example

White with #AF5E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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