Html Css Color HEX #AC4C34 Orange Roughy

📋 copy color: '#AC4C34'

red 172 ◦ green 76 ◦ blue 52

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

Shades of Orange Roughy #AC4C34

Tints of Orange Roughy #AC4C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 57.33%
G = 25.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC4C34 (or 0xAC4C34) is known color: Orange Roughy. HEX triplet: AC, 4C and 34. RGB value is (172,76,52). Sum of RGB (Red+Green+Blue) = 172+76+52=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C34 is #53B3CB. Grayscale: #666666. Windows color (decimal): -5485516 or 3427500. OLE color: 3427500.

HSL color Cylindrical-coordinate representation of color #AC4C34: hue angle of 12º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4C34 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 52 -
CMYK 0 0.56 0.70 0.33
HSL 12º 0.54% 0.44% -
HSV(B) 12º 0.7% 0.67% -
XYZ 20.22 14.19 4.92 -
YUV 101.97 99.8 177.95 -
System Red Green Blue C M Y K H S L
Decimal 172 76 52 0 0.56 0.70 0.33 12 0.54 0.44
Hex AC 4C 34 0 38 46 21 C 36 2C
Octal 254 114 64 0 70 106 41 14 66 54
Binary 10101100 1001100 110100 0 111000 1000110 100001 1100 110110 101100

Color Harmonies of #AC4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C34

Black with #AC4C34

Text Example


Text Example

White with #AC4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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