Html Css Color HEX #AC4E39 Orange Roughy

📋 copy color: '#AC4E39'

red 172 ◦ green 78 ◦ blue 57

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

Shades of Orange Roughy #AC4E39

Tints of Orange Roughy #AC4E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.57%

R = 56.03%
G = 25.41%
B = 18.57%

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

#AC4E39 (or 0xAC4E39) is known color: Orange Roughy. HEX triplet: AC, 4E and 39. RGB value is (172,78,57). Sum of RGB (Red+Green+Blue) = 172+78+57=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E39 is #53B1C6. Grayscale: #676767. Windows color (decimal): -5484999 or 3755692. OLE color: 3755692.

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

Color convert

RGB 172 78 57 -
CMYK 0 0.55 0.67 0.33
HSL 10.96º 0.5% 0.45% -
HSV(B) 10.96º 0.67% 0.67% -
XYZ 20.48 14.51 5.59 -
YUV 103.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 172 78 57 0 0.55 0.67 0.33 10.96 0.5 0.45
Hex AC 4E 39 0 37 43 21 B 32 2D
Octal 254 116 71 0 67 103 41 13 62 55
Binary 10101100 1001110 111001 0 110111 1000011 100001 1011 110010 101101

Color Harmonies of #AC4E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E39

Black with #AC4E39

Text Example


Text Example

White with #AC4E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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