Html Css Color HEX #AC4E3C Orange Roughy

📋 copy color: '#AC4E3C'

red 172 ◦ green 78 ◦ blue 60

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

Shades of Orange Roughy #AC4E3C

Tints of Orange Roughy #AC4E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 55.48%
G = 25.16%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC4E3C (or 0xAC4E3C) is known color: Orange Roughy. HEX triplet: AC, 4E and 3C. RGB value is (172,78,60). Sum of RGB (Red+Green+Blue) = 172+78+60=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4E3C is #53B1C3. Grayscale: #686868. Windows color (decimal): -5484996 or 3952300. OLE color: 3952300.

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

Color convert

RGB 172 78 60 -
CMYK 0 0.55 0.65 0.33
HSL 9.64º 0.48% 0.45% -
HSV(B) 9.64º 0.65% 0.67% -
XYZ 20.55 14.55 6 -
YUV 104.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 172 78 60 0 0.55 0.65 0.33 9.64 0.48 0.45
Hex AC 4E 3C 0 37 41 21 A 30 2D
Octal 254 116 74 0 67 101 41 12 60 55
Binary 10101100 1001110 111100 0 110111 1000001 100001 1010 110000 101101

Color Harmonies of #AC4E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E3C

Black with #AC4E3C

Text Example


Text Example

White with #AC4E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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