Html Css Color HEX #AC4E33 Orange Roughy

📋 copy color: '#AC4E33'

red 172 ◦ green 78 ◦ blue 51

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

Shades of Orange Roughy #AC4E33

Tints of Orange Roughy #AC4E33

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

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

R = 57.14%
G = 25.91%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC4E33 (or 0xAC4E33) is known color: Orange Roughy. HEX triplet: AC, 4E and 33. RGB value is (172,78,51). Sum of RGB (Red+Green+Blue) = 172+78+51=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E33 is #53B1CC. Grayscale: #676767. Windows color (decimal): -5485005 or 3362476. OLE color: 3362476.

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

Color convert

RGB 172 78 51 -
CMYK 0 0.55 0.70 0.33
HSL 13.39º 0.54% 0.44% -
HSV(B) 13.39º 0.7% 0.67% -
XYZ 20.34 14.46 4.85 -
YUV 103.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 172 78 51 0 0.55 0.70 0.33 13.39 0.54 0.44
Hex AC 4E 33 0 37 46 21 D 36 2C
Octal 254 116 63 0 67 106 41 15 66 54
Binary 10101100 1001110 110011 0 110111 1000110 100001 1101 110110 101100

Color Harmonies of #AC4E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E33

Black with #AC4E33

Text Example


Text Example

White with #AC4E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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