Html Css Color HEX #AC5037 Orange Roughy

📋 copy color: '#AC5037'

red 172 ◦ green 80 ◦ blue 55

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

Shades of Orange Roughy #AC5037

Tints of Orange Roughy #AC5037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 55 (21.88% from 255) = 17.92%

R = 56.03%
G = 26.06%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC5037 (or 0xAC5037) is known color: Orange Roughy. HEX triplet: AC, 50 and 37. RGB value is (172,80,55). Sum of RGB (Red+Green+Blue) = 172+80+55=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5037 is #53AFC8. Grayscale: #686868. Windows color (decimal): -5484489 or 3625132. OLE color: 3625132.

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

Color convert

RGB 172 80 55 -
CMYK 0 0.53 0.68 0.33
HSL 12.82º 0.52% 0.45% -
HSV(B) 12.82º 0.68% 0.67% -
XYZ 20.57 14.78 5.38 -
YUV 104.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 172 80 55 0 0.53 0.68 0.33 12.82 0.52 0.45
Hex AC 50 37 0 35 44 21 D 34 2D
Octal 254 120 67 0 65 104 41 15 64 55
Binary 10101100 1010000 110111 0 110101 1000100 100001 1101 110100 101101

Color Harmonies of #AC5037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5037

Black with #AC5037

Text Example


Text Example

White with #AC5037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5037; }

 p { color: rgb(172,80,55); }

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

background-color css

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

 a { background-color: rgb(172,80,55); }

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

border-color css

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

 span { border-color: rgb(172,80,55); }

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