Html Css Color HEX #AC4E38 Orange Roughy

📋 copy color: '#AC4E38'

red 172 ◦ green 78 ◦ blue 56

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

Shades of Orange Roughy #AC4E38

Tints of Orange Roughy #AC4E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 56.21%
G = 25.49%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC4E38 (or 0xAC4E38) is known color: Orange Roughy. HEX triplet: AC, 4E and 38. RGB value is (172,78,56). Sum of RGB (Red+Green+Blue) = 172+78+56=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E38 is #53B1C7. Grayscale: #676767. Windows color (decimal): -5485000 or 3690156. OLE color: 3690156.

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

Color convert

RGB 172 78 56 -
CMYK 0 0.55 0.67 0.33
HSL 11.38º 0.51% 0.45% -
HSV(B) 11.38º 0.67% 0.67% -
XYZ 20.45 14.5 5.46 -
YUV 103.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 172 78 56 0 0.55 0.67 0.33 11.38 0.51 0.45
Hex AC 4E 38 0 37 43 21 B 33 2D
Octal 254 116 70 0 67 103 41 13 63 55
Binary 10101100 1001110 111000 0 110111 1000011 100001 1011 110011 101101

Color Harmonies of #AC4E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E38

Black with #AC4E38

Text Example


Text Example

White with #AC4E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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