Html Css Color HEX #AC5537 Orange Roughy

📋 copy color: '#AC5537'

red 172 ◦ green 85 ◦ blue 55

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

Shades of Orange Roughy #AC5537

Tints of Orange Roughy #AC5537

RGB

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

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

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

R = 55.13%
G = 27.24%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC5537 (or 0xAC5537) is known color: Orange Roughy. HEX triplet: AC, 55 and 37. RGB value is (172,85,55). Sum of RGB (Red+Green+Blue) = 172+85+55=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5537 is #53AAC8. Grayscale: #6B6B6B. Windows color (decimal): -5483209 or 3626412. OLE color: 3626412.

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

Color convert

RGB 172 85 55 -
CMYK 0 0.51 0.68 0.33
HSL 15.38º 0.52% 0.45% -
HSV(B) 15.38º 0.68% 0.67% -
XYZ 20.95 15.54 5.51 -
YUV 107.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 172 85 55 0 0.51 0.68 0.33 15.38 0.52 0.45
Hex AC 55 37 0 33 44 21 F 34 2D
Octal 254 125 67 0 63 104 41 17 64 55
Binary 10101100 1010101 110111 0 110011 1000100 100001 1111 110100 101101

Color Harmonies of #AC5537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5537

Black with #AC5537

Text Example


Text Example

White with #AC5537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5537; }

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

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

background-color css

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

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

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

border-color css

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

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

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