Html Css Color HEX #AF6053 Crail

📋 copy color: '#AF6053'

red 175 ◦ green 96 ◦ blue 83

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

Shades of Crail #AF6053

Tints of Crail #AF6053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.45%

R = 49.44%
G = 27.12%
B = 23.45%

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

#AF6053 (or 0xAF6053) is known color: Crail. HEX triplet: AF, 60 and 53. RGB value is (175,96,83). Sum of RGB (Red+Green+Blue) = 175+96+83=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6053 is #509FAC. Grayscale: #767676. Windows color (decimal): -5283757 or 5464239. OLE color: 5464239.

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

Color convert

RGB 175 96 83 -
CMYK 0 0.45 0.53 0.31
HSL 8.48º 0.37% 0.51% -
HSV(B) 8.48º 0.53% 0.69% -
XYZ 23.42 18.1 10.44 -
YUV 118.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 175 96 83 0 0.45 0.53 0.31 8.48 0.37 0.51
Hex AF 60 53 0 2D 35 1F 8 25 33
Octal 257 140 123 0 55 65 37 10 45 63
Binary 10101111 1100000 1010011 0 101101 110101 11111 1000 100101 110011

Color Harmonies of #AF6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6053

Black with #AF6053

Text Example


Text Example

White with #AF6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6053; }

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

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

background-color css

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

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

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

border-color css

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

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

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