Html Css Color HEX #AF6051 Crail

📋 copy color: '#AF6051'

red 175 ◦ green 96 ◦ blue 81

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

Shades of Crail #AF6051

Tints of Crail #AF6051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.27%

 BLUE value IS 81 (32.03% from 255) = 23.01%

R = 49.72%
G = 27.27%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF6051 (or 0xAF6051) is known color: Crail. HEX triplet: AF, 60 and 51. RGB value is (175,96,81). Sum of RGB (Red+Green+Blue) = 175+96+81=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6051 is #509FAE. Grayscale: #767676. Windows color (decimal): -5283759 or 5333167. OLE color: 5333167.

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

Color convert

RGB 175 96 81 -
CMYK 0 0.45 0.54 0.31
HSL 9.57º 0.37% 0.5% -
HSV(B) 9.57º 0.54% 0.69% -
XYZ 23.35 18.07 10.04 -
YUV 117.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 175 96 81 0 0.45 0.54 0.31 9.57 0.37 0.5
Hex AF 60 51 0 2D 36 1F A 25 32
Octal 257 140 121 0 55 66 37 12 45 62
Binary 10101111 1100000 1010001 0 101101 110110 11111 1010 100101 110010

Color Harmonies of #AF6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6051

Black with #AF6051

Text Example


Text Example

White with #AF6051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6051; }

 p { color: rgb(175,96,81); }

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

background-color css

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

 a { background-color: rgb(175,96,81); }

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

border-color css

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

 span { border-color: rgb(175,96,81); }

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