Html Css Color HEX #AC523F Crail

📋 copy color: '#AC523F'

red 172 ◦ green 82 ◦ blue 63

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

Shades of Crail #AC523F

Tints of Crail #AC523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 54.26%
G = 25.87%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC523F (or 0xAC523F) is known color: Crail. HEX triplet: AC, 52 and 3F. RGB value is (172,82,63). Sum of RGB (Red+Green+Blue) = 172+82+63=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC523F is #53ADC0. Grayscale: #6A6A6A. Windows color (decimal): -5483969 or 4149932. OLE color: 4149932.

HSL color Cylindrical-coordinate representation of color #AC523F: hue angle of 10.46º 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 #AC523F is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 82 63 -
CMYK 0 0.52 0.63 0.33
HSL 10.46º 0.46% 0.46% -
HSV(B) 10.46º 0.63% 0.67% -
XYZ 20.93 15.16 6.53 -
YUV 106.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 172 82 63 0 0.52 0.63 0.33 10.46 0.46 0.46
Hex AC 52 3F 0 34 3F 21 A 2E 2E
Octal 254 122 77 0 64 77 41 12 56 56
Binary 10101100 1010010 111111 0 110100 111111 100001 1010 101110 101110

Color Harmonies of #AC523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC523F

Black with #AC523F

Text Example


Text Example

White with #AC523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC523F; }

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

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

background-color css

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

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

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

border-color css

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

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

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