Html Css Color HEX #AC5539 Orange Roughy

📋 copy color: '#AC5539'

red 172 ◦ green 85 ◦ blue 57

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

Shades of Orange Roughy #AC5539

Tints of Orange Roughy #AC5539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

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

R = 54.78%
G = 27.07%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC5539 (or 0xAC5539) is known color: Orange Roughy. HEX triplet: AC, 55 and 39. RGB value is (172,85,57). Sum of RGB (Red+Green+Blue) = 172+85+57=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5539 is #53AAC6. Grayscale: #6C6C6C. Windows color (decimal): -5483207 or 3757484. OLE color: 3757484.

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

Color convert

RGB 172 85 57 -
CMYK 0 0.51 0.67 0.33
HSL 14.61º 0.5% 0.45% -
HSV(B) 14.61º 0.67% 0.67% -
XYZ 21 15.56 5.77 -
YUV 107.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 172 85 57 0 0.51 0.67 0.33 14.61 0.5 0.45
Hex AC 55 39 0 33 43 21 F 32 2D
Octal 254 125 71 0 63 103 41 17 62 55
Binary 10101100 1010101 111001 0 110011 1000011 100001 1111 110010 101101

Color Harmonies of #AC5539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5539

Black with #AC5539

Text Example


Text Example

White with #AC5539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5539; }

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

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

background-color css

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

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

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

border-color css

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

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

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