Html Css Color HEX #AF5E54 Crail

📋 copy color: '#AF5E54'

red 175 ◦ green 94 ◦ blue 84

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

Shades of Crail #AF5E54

Tints of Crail #AF5E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 49.58%
G = 26.63%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF5E54 (or 0xAF5E54) is known color: Crail. HEX triplet: AF, 5E and 54. RGB value is (175,94,84). Sum of RGB (Red+Green+Blue) = 175+94+84=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E54 is #50A1AB. Grayscale: #757575. Windows color (decimal): -5284268 or 5529263. OLE color: 5529263.

HSL color Cylindrical-coordinate representation of color #AF5E54: hue angle of 6.59º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF5E54 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 94 84 -
CMYK 0 0.46 0.52 0.31
HSL 6.59º 0.36% 0.51% -
HSV(B) 6.59º 0.52% 0.69% -
XYZ 23.28 17.76 10.59 -
YUV 117.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 175 94 84 0 0.46 0.52 0.31 6.59 0.36 0.51
Hex AF 5E 54 0 2E 34 1F 7 24 33
Octal 257 136 124 0 56 64 37 7 44 63
Binary 10101111 1011110 1010100 0 101110 110100 11111 111 100100 110011

Color Harmonies of #AF5E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E54

Black with #AF5E54

Text Example


Text Example

White with #AF5E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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