Html Css Color HEX #AC6053 Crail

📋 copy color: '#AC6053'

red 172 ◦ green 96 ◦ blue 83

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

Shades of Crail #AC6053

Tints of Crail #AC6053

RGB

 RED value IS 172 (67.58% from 255) = 49%

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

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

R = 49%
G = 27.35%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC6053 (or 0xAC6053) is known color: Crail. HEX triplet: AC, 60 and 53. RGB value is (172,96,83). Sum of RGB (Red+Green+Blue) = 172+96+83=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6053 is #539FAC. Grayscale: #757575. Windows color (decimal): -5480365 or 5464236. OLE color: 5464236.

HSL color Cylindrical-coordinate representation of color #AC6053: hue angle of 8.76º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC6053 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 83 -
CMYK 0 0.44 0.52 0.33
HSL 8.76º 0.35% 0.5% -
HSV(B) 8.76º 0.52% 0.67% -
XYZ 22.76 17.76 10.41 -
YUV 117.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 172 96 83 0 0.44 0.52 0.33 8.76 0.35 0.5
Hex AC 60 53 0 2C 34 21 9 23 32
Octal 254 140 123 0 54 64 41 11 43 62
Binary 10101100 1100000 1010011 0 101100 110100 100001 1001 100011 110010

Color Harmonies of #AC6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6053

Black with #AC6053

Text Example


Text Example

White with #AC6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6053; }

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

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

background-color css

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

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

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

border-color css

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

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

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