Html Css Color HEX #AC5839 Orange Roughy

📋 copy color: '#AC5839'

red 172 ◦ green 88 ◦ blue 57

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

Shades of Orange Roughy #AC5839

Tints of Orange Roughy #AC5839

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 57 (22.66% from 255) = 17.98%

R = 54.26%
G = 27.76%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC5839 (or 0xAC5839) is known color: Orange Roughy. HEX triplet: AC, 58 and 39. RGB value is (172,88,57). Sum of RGB (Red+Green+Blue) = 172+88+57=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5839 is #53A7C6. Grayscale: #6D6D6D. Windows color (decimal): -5482439 or 3758252. OLE color: 3758252.

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

Color convert

RGB 172 88 57 -
CMYK 0 0.49 0.67 0.33
HSL 16.17º 0.5% 0.45% -
HSV(B) 16.17º 0.67% 0.67% -
XYZ 21.24 16.05 5.85 -
YUV 109.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 172 88 57 0 0.49 0.67 0.33 16.17 0.5 0.45
Hex AC 58 39 0 31 43 21 10 32 2D
Octal 254 130 71 0 61 103 41 20 62 55
Binary 10101100 1011000 111001 0 110001 1000011 100001 10000 110010 101101

Color Harmonies of #AC5839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5839

Black with #AC5839

Text Example


Text Example

White with #AC5839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5839; }

 p { color: rgb(172,88,57); }

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

background-color css

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

 a { background-color: rgb(172,88,57); }

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

border-color css

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

 span { border-color: rgb(172,88,57); }

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