Html Css Color HEX #AC5136 Orange Roughy

📋 copy color: '#AC5136'

red 172 ◦ green 81 ◦ blue 54

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

Shades of Orange Roughy #AC5136

Tints of Orange Roughy #AC5136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 56.03%
G = 26.38%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC5136 (or 0xAC5136) is known color: Orange Roughy. HEX triplet: AC, 51 and 36. RGB value is (172,81,54). Sum of RGB (Red+Green+Blue) = 172+81+54=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5136 is #53AEC9. Grayscale: #696969. Windows color (decimal): -5484234 or 3559852. OLE color: 3559852.

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

Color convert

RGB 172 81 54 -
CMYK 0 0.53 0.69 0.33
HSL 13.73º 0.52% 0.44% -
HSV(B) 13.73º 0.69% 0.67% -
XYZ 20.62 14.92 5.28 -
YUV 105.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 172 81 54 0 0.53 0.69 0.33 13.73 0.52 0.44
Hex AC 51 36 0 35 45 21 E 34 2C
Octal 254 121 66 0 65 105 41 16 64 54
Binary 10101100 1010001 110110 0 110101 1000101 100001 1110 110100 101100

Color Harmonies of #AC5136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5136

Black with #AC5136

Text Example


Text Example

White with #AC5136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5136; }

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

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

background-color css

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

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

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

border-color css

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

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

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