Html Css Color HEX #AC513F Crail

📋 copy color: '#AC513F'

red 172 ◦ green 81 ◦ blue 63

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

Shades of Crail #AC513F

Tints of Crail #AC513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 63 (25% from 255) = 19.94%

R = 54.43%
G = 25.63%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC513F (or 0xAC513F) is known color: Crail. HEX triplet: AC, 51 and 3F. RGB value is (172,81,63). Sum of RGB (Red+Green+Blue) = 172+81+63=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC513F is #53AEC0. Grayscale: #6A6A6A. Windows color (decimal): -5484225 or 4149676. OLE color: 4149676.

HSL color Cylindrical-coordinate representation of color #AC513F: hue angle of 9.91º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC513F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 81 63 -
CMYK 0 0.53 0.63 0.33
HSL 9.91º 0.46% 0.46% -
HSV(B) 9.91º 0.63% 0.67% -
XYZ 20.85 15.01 6.5 -
YUV 106.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 172 81 63 0 0.53 0.63 0.33 9.91 0.46 0.46
Hex AC 51 3F 0 35 3F 21 A 2E 2E
Octal 254 121 77 0 65 77 41 12 56 56
Binary 10101100 1010001 111111 0 110101 111111 100001 1010 101110 101110

Color Harmonies of #AC513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC513F

Black with #AC513F

Text Example


Text Example

White with #AC513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC513F; }

 p { color: rgb(172,81,63); }

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

background-color css

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

 a { background-color: rgb(172,81,63); }

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

border-color css

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

 span { border-color: rgb(172,81,63); }

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