Html Css Color HEX #AC4E36 Orange Roughy

📋 copy color: '#AC4E36'

red 172 ◦ green 78 ◦ blue 54

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

Shades of Orange Roughy #AC4E36

Tints of Orange Roughy #AC4E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.76%

R = 56.58%
G = 25.66%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC4E36 (or 0xAC4E36) is known color: Orange Roughy. HEX triplet: AC, 4E and 36. RGB value is (172,78,54). Sum of RGB (Red+Green+Blue) = 172+78+54=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E36 is #53B1C9. Grayscale: #676767. Windows color (decimal): -5485002 or 3559084. OLE color: 3559084.

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

Color convert

RGB 172 78 54 -
CMYK 0 0.55 0.69 0.33
HSL 12.2º 0.52% 0.44% -
HSV(B) 12.2º 0.69% 0.67% -
XYZ 20.4 14.49 5.21 -
YUV 103.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 172 78 54 0 0.55 0.69 0.33 12.2 0.52 0.44
Hex AC 4E 36 0 37 45 21 C 34 2C
Octal 254 116 66 0 67 105 41 14 64 54
Binary 10101100 1001110 110110 0 110111 1000101 100001 1100 110100 101100

Color Harmonies of #AC4E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E36

Black with #AC4E36

Text Example


Text Example

White with #AC4E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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