Html Css Color HEX #AC5233 Orange Roughy

📋 copy color: '#AC5233'

red 172 ◦ green 82 ◦ blue 51

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

Shades of Orange Roughy #AC5233

Tints of Orange Roughy #AC5233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 56.39%
G = 26.89%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC5233 (or 0xAC5233) is known color: Orange Roughy. HEX triplet: AC, 52 and 33. RGB value is (172,82,51). Sum of RGB (Red+Green+Blue) = 172+82+51=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5233 is #53ADCC. Grayscale: #696969. Windows color (decimal): -5483981 or 3363500. OLE color: 3363500.

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

Color convert

RGB 172 82 51 -
CMYK 0 0.52 0.70 0.33
HSL 15.37º 0.54% 0.44% -
HSV(B) 15.37º 0.7% 0.67% -
XYZ 20.63 15.04 4.95 -
YUV 105.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 172 82 51 0 0.52 0.70 0.33 15.37 0.54 0.44
Hex AC 52 33 0 34 46 21 F 36 2C
Octal 254 122 63 0 64 106 41 17 66 54
Binary 10101100 1010010 110011 0 110100 1000110 100001 1111 110110 101100

Color Harmonies of #AC5233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5233

Black with #AC5233

Text Example


Text Example

White with #AC5233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5233; }

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

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

background-color css

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

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

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

border-color css

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

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

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