Html Css Color HEX #AC5237 Orange Roughy

📋 copy color: '#AC5237'

red 172 ◦ green 82 ◦ blue 55

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

Shades of Orange Roughy #AC5237

Tints of Orange Roughy #AC5237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

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

R = 55.66%
G = 26.54%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC5237 (or 0xAC5237) is known color: Orange Roughy. HEX triplet: AC, 52 and 37. RGB value is (172,82,55). Sum of RGB (Red+Green+Blue) = 172+82+55=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5237 is #53ADC8. Grayscale: #6A6A6A. Windows color (decimal): -5483977 or 3625644. OLE color: 3625644.

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

Color convert

RGB 172 82 55 -
CMYK 0 0.52 0.68 0.33
HSL 13.85º 0.52% 0.45% -
HSV(B) 13.85º 0.68% 0.67% -
XYZ 20.72 15.08 5.43 -
YUV 105.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 172 82 55 0 0.52 0.68 0.33 13.85 0.52 0.45
Hex AC 52 37 0 34 44 21 E 34 2D
Octal 254 122 67 0 64 104 41 16 64 55
Binary 10101100 1010010 110111 0 110100 1000100 100001 1110 110100 101101

Color Harmonies of #AC5237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5237

Black with #AC5237

Text Example


Text Example

White with #AC5237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5237; }

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

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

background-color css

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

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

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

border-color css

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

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

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