Html Css Color HEX #AC593A Orange Roughy

📋 copy color: '#AC593A'

red 172 ◦ green 89 ◦ blue 58

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

Shades of Orange Roughy #AC593A

Tints of Orange Roughy #AC593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 53.92%
G = 27.9%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC593A (or 0xAC593A) is known color: Orange Roughy. HEX triplet: AC, 59 and 3A. RGB value is (172,89,58). Sum of RGB (Red+Green+Blue) = 172+89+58=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC593A is #53A6C5. Grayscale: #6E6E6E. Windows color (decimal): -5482182 or 3824044. OLE color: 3824044.

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

Color convert

RGB 172 89 58 -
CMYK 0 0.48 0.66 0.33
HSL 16.32º 0.5% 0.45% -
HSV(B) 16.32º 0.66% 0.67% -
XYZ 21.35 16.22 6.01 -
YUV 110.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 172 89 58 0 0.48 0.66 0.33 16.32 0.5 0.45
Hex AC 59 3A 0 30 42 21 10 32 2D
Octal 254 131 72 0 60 102 41 20 62 55
Binary 10101100 1011001 111010 0 110000 1000010 100001 10000 110010 101101

Color Harmonies of #AC593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC593A

Black with #AC593A

Text Example


Text Example

White with #AC593A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC593A; }

 p { color: rgb(172,89,58); }

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

background-color css

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

 a { background-color: rgb(172,89,58); }

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

border-color css

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

 span { border-color: rgb(172,89,58); }

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