Html Css Color HEX #AC5239 Orange Roughy

📋 copy color: '#AC5239'

red 172 ◦ green 82 ◦ blue 57

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

Shades of Orange Roughy #AC5239

Tints of Orange Roughy #AC5239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 55.31%
G = 26.37%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC5239 (or 0xAC5239) is known color: Orange Roughy. HEX triplet: AC, 52 and 39. RGB value is (172,82,57). Sum of RGB (Red+Green+Blue) = 172+82+57=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5239 is #53ADC6. Grayscale: #6A6A6A. Windows color (decimal): -5483975 or 3756716. OLE color: 3756716.

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

Color convert

RGB 172 82 57 -
CMYK 0 0.52 0.67 0.33
HSL 13.04º 0.5% 0.45% -
HSV(B) 13.04º 0.67% 0.67% -
XYZ 20.77 15.1 5.69 -
YUV 106.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 172 82 57 0 0.52 0.67 0.33 13.04 0.5 0.45
Hex AC 52 39 0 34 43 21 D 32 2D
Octal 254 122 71 0 64 103 41 15 62 55
Binary 10101100 1010010 111001 0 110100 1000011 100001 1101 110010 101101

Color Harmonies of #AC5239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5239

Black with #AC5239

Text Example


Text Example

White with #AC5239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5239; }

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

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

background-color css

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

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

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

border-color css

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

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

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