Html Css Color HEX #AF6052 Crail

📋 copy color: '#AF6052'

red 175 ◦ green 96 ◦ blue 82

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

Shades of Crail #AF6052

Tints of Crail #AF6052

RGB

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

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

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

R = 49.58%
G = 27.2%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6052 (or 0xAF6052) is known color: Crail. HEX triplet: AF, 60 and 52. RGB value is (175,96,82). Sum of RGB (Red+Green+Blue) = 175+96+82=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6052 is #509FAD. Grayscale: #767676. Windows color (decimal): -5283758 or 5398703. OLE color: 5398703.

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

Color convert

RGB 175 96 82 -
CMYK 0 0.45 0.53 0.31
HSL 9.03º 0.37% 0.5% -
HSV(B) 9.03º 0.53% 0.69% -
XYZ 23.39 18.09 10.24 -
YUV 118.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 175 96 82 0 0.45 0.53 0.31 9.03 0.37 0.5
Hex AF 60 52 0 2D 35 1F 9 25 32
Octal 257 140 122 0 55 65 37 11 45 62
Binary 10101111 1100000 1010010 0 101101 110101 11111 1001 100101 110010

Color Harmonies of #AF6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6052

Black with #AF6052

Text Example


Text Example

White with #AF6052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6052; }

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

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

background-color css

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

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

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

border-color css

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

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

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