Html Css Color HEX #AC573F Orange Roughy

📋 copy color: '#AC573F'

red 172 ◦ green 87 ◦ blue 63

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

Shades of Orange Roughy #AC573F

Tints of Orange Roughy #AC573F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 53.42%
G = 27.02%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC573F (or 0xAC573F) is known color: Orange Roughy. HEX triplet: AC, 57 and 3F. RGB value is (172,87,63). Sum of RGB (Red+Green+Blue) = 172+87+63=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC573F is #53A8C0. Grayscale: #6D6D6D. Windows color (decimal): -5482689 or 4151212. OLE color: 4151212.

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

Color convert

RGB 172 87 63 -
CMYK 0 0.49 0.63 0.33
HSL 13.21º 0.46% 0.46% -
HSV(B) 13.21º 0.63% 0.67% -
XYZ 21.32 15.95 6.66 -
YUV 109.68 101.66 172.45 -
System Red Green Blue C M Y K H S L
Decimal 172 87 63 0 0.49 0.63 0.33 13.21 0.46 0.46
Hex AC 57 3F 0 31 3F 21 D 2E 2E
Octal 254 127 77 0 61 77 41 15 56 56
Binary 10101100 1010111 111111 0 110001 111111 100001 1101 101110 101110

Color Harmonies of #AC573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC573F

Black with #AC573F

Text Example


Text Example

White with #AC573F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC573F; }

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

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

background-color css

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

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

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

border-color css

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

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

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