Html Css Color HEX #AC533F Crail

📋 copy color: '#AC533F'

red 172 ◦ green 83 ◦ blue 63

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

Shades of Crail #AC533F

Tints of Crail #AC533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.1%

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

R = 54.09%
G = 26.1%
B = 19.81%

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

#AC533F (or 0xAC533F) is known color: Crail. HEX triplet: AC, 53 and 3F. RGB value is (172,83,63). Sum of RGB (Red+Green+Blue) = 172+83+63=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC533F is #53ACC0. Grayscale: #6B6B6B. Windows color (decimal): -5483713 or 4150188. OLE color: 4150188.

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

Color convert

RGB 172 83 63 -
CMYK 0 0.52 0.63 0.33
HSL 11.01º 0.46% 0.46% -
HSV(B) 11.01º 0.63% 0.67% -
XYZ 21 15.32 6.55 -
YUV 107.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 172 83 63 0 0.52 0.63 0.33 11.01 0.46 0.46
Hex AC 53 3F 0 34 3F 21 B 2E 2E
Octal 254 123 77 0 64 77 41 13 56 56
Binary 10101100 1010011 111111 0 110100 111111 100001 1011 101110 101110

Color Harmonies of #AC533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC533F

Black with #AC533F

Text Example


Text Example

White with #AC533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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