Html Css Color HEX #AF5D52 Crail

📋 copy color: '#AF5D52'

red 175 ◦ green 93 ◦ blue 82

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

Shades of Crail #AF5D52

Tints of Crail #AF5D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 50%
G = 26.57%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF5D52 (or 0xAF5D52) is known color: Crail. HEX triplet: AF, 5D and 52. RGB value is (175,93,82). Sum of RGB (Red+Green+Blue) = 175+93+82=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5D52 is #50A2AD. Grayscale: #747474. Windows color (decimal): -5284526 or 5397935. OLE color: 5397935.

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

Color convert

RGB 175 93 82 -
CMYK 0 0.47 0.53 0.31
HSL 7.1º 0.37% 0.5% -
HSV(B) 7.1º 0.53% 0.69% -
XYZ 23.12 17.55 10.15 -
YUV 116.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 175 93 82 0 0.47 0.53 0.31 7.1 0.37 0.5
Hex AF 5D 52 0 2F 35 1F 7 25 32
Octal 257 135 122 0 57 65 37 7 45 62
Binary 10101111 1011101 1010010 0 101111 110101 11111 111 100101 110010

Color Harmonies of #AF5D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D52

Black with #AF5D52

Text Example


Text Example

White with #AF5D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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