Html Css Color HEX #AF5D4A Crail

📋 copy color: '#AF5D4A'

red 175 ◦ green 93 ◦ blue 74

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

Shades of Crail #AF5D4A

Tints of Crail #AF5D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 51.17%
G = 27.19%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF5D4A (or 0xAF5D4A) is known color: Crail. HEX triplet: AF, 5D and 4A. RGB value is (175,93,74). Sum of RGB (Red+Green+Blue) = 175+93+74=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D4A is #50A2B5. Grayscale: #737373. Windows color (decimal): -5284534 or 4873647. OLE color: 4873647.

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

Color convert

RGB 175 93 74 -
CMYK 0 0.47 0.58 0.31
HSL 11.29º 0.41% 0.49% -
HSV(B) 11.29º 0.58% 0.69% -
XYZ 22.83 17.44 8.64 -
YUV 115.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 175 93 74 0 0.47 0.58 0.31 11.29 0.41 0.49
Hex AF 5D 4A 0 2F 3A 1F B 29 31
Octal 257 135 112 0 57 72 37 13 51 61
Binary 10101111 1011101 1001010 0 101111 111010 11111 1011 101001 110001

Color Harmonies of #AF5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D4A

Black with #AF5D4A

Text Example


Text Example

White with #AF5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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