Html Css Color HEX #AC4C39 Orange Roughy

📋 copy color: '#AC4C39'

red 172 ◦ green 76 ◦ blue 57

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

Shades of Orange Roughy #AC4C39

Tints of Orange Roughy #AC4C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

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

R = 56.39%
G = 24.92%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC4C39 (or 0xAC4C39) is known color: Orange Roughy. HEX triplet: AC, 4C and 39. RGB value is (172,76,57). Sum of RGB (Red+Green+Blue) = 172+76+57=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C39 is #53B3C6. Grayscale: #666666. Windows color (decimal): -5485511 or 3755180. OLE color: 3755180.

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

Color convert

RGB 172 76 57 -
CMYK 0 0.56 0.67 0.33
HSL 9.91º 0.5% 0.45% -
HSV(B) 9.91º 0.67% 0.67% -
XYZ 20.34 14.23 5.55 -
YUV 102.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 172 76 57 0 0.56 0.67 0.33 9.91 0.5 0.45
Hex AC 4C 39 0 38 43 21 A 32 2D
Octal 254 114 71 0 70 103 41 12 62 55
Binary 10101100 1001100 111001 0 111000 1000011 100001 1010 110010 101101

Color Harmonies of #AC4C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C39

Black with #AC4C39

Text Example


Text Example

White with #AC4C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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