Html Css Color HEX #AC5536 Orange Roughy

📋 copy color: '#AC5536'

red 172 ◦ green 85 ◦ blue 54

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

Shades of Orange Roughy #AC5536

Tints of Orange Roughy #AC5536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 55.31%
G = 27.33%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC5536 (or 0xAC5536) is known color: Orange Roughy. HEX triplet: AC, 55 and 36. RGB value is (172,85,54). Sum of RGB (Red+Green+Blue) = 172+85+54=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5536 is #53AAC9. Grayscale: #6B6B6B. Windows color (decimal): -5483210 or 3560876. OLE color: 3560876.

HSL color Cylindrical-coordinate representation of color #AC5536: hue angle of 15.76º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC5536 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 85 54 -
CMYK 0 0.51 0.69 0.33
HSL 15.76º 0.52% 0.44% -
HSV(B) 15.76º 0.69% 0.67% -
XYZ 20.93 15.53 5.39 -
YUV 107.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 172 85 54 0 0.51 0.69 0.33 15.76 0.52 0.44
Hex AC 55 36 0 33 45 21 10 34 2C
Octal 254 125 66 0 63 105 41 20 64 54
Binary 10101100 1010101 110110 0 110011 1000101 100001 10000 110100 101100

Color Harmonies of #AC5536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5536

Black with #AC5536

Text Example


Text Example

White with #AC5536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5536; }

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

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

background-color css

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

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

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

border-color css

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

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

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