Html Css Color HEX #AC5333 Orange Roughy

📋 copy color: '#AC5333'

red 172 ◦ green 83 ◦ blue 51

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

Shades of Orange Roughy #AC5333

Tints of Orange Roughy #AC5333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 56.21%
G = 27.12%
B = 16.67%

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

#AC5333 (or 0xAC5333) is known color: Orange Roughy. HEX triplet: AC, 53 and 33. RGB value is (172,83,51). Sum of RGB (Red+Green+Blue) = 172+83+51=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5333 is #53ACCC. Grayscale: #6A6A6A. Windows color (decimal): -5483725 or 3363756. OLE color: 3363756.

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

Color convert

RGB 172 83 51 -
CMYK 0 0.52 0.70 0.33
HSL 15.87º 0.54% 0.44% -
HSV(B) 15.87º 0.7% 0.67% -
XYZ 20.7 15.2 4.97 -
YUV 105.96 96.99 175.1 -
System Red Green Blue C M Y K H S L
Decimal 172 83 51 0 0.52 0.70 0.33 15.87 0.54 0.44
Hex AC 53 33 0 34 46 21 10 36 2C
Octal 254 123 63 0 64 106 41 20 66 54
Binary 10101100 1010011 110011 0 110100 1000110 100001 10000 110110 101100

Color Harmonies of #AC5333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5333

Black with #AC5333

Text Example


Text Example

White with #AC5333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5333; }

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

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

background-color css

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

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

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

border-color css

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

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

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