Html Css Color HEX #AC4C37 Orange Roughy

📋 copy color: '#AC4C37'

red 172 ◦ green 76 ◦ blue 55

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

Shades of Orange Roughy #AC4C37

Tints of Orange Roughy #AC4C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.15%

R = 56.77%
G = 25.08%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC4C37 (or 0xAC4C37) is known color: Orange Roughy. HEX triplet: AC, 4C and 37. RGB value is (172,76,55). Sum of RGB (Red+Green+Blue) = 172+76+55=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C37 is #53B3C8. Grayscale: #666666. Windows color (decimal): -5485513 or 3624108. OLE color: 3624108.

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

Color convert

RGB 172 76 55 -
CMYK 0 0.56 0.68 0.33
HSL 10.77º 0.52% 0.45% -
HSV(B) 10.77º 0.68% 0.67% -
XYZ 20.29 14.22 5.29 -
YUV 102.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 172 76 55 0 0.56 0.68 0.33 10.77 0.52 0.45
Hex AC 4C 37 0 38 44 21 B 34 2D
Octal 254 114 67 0 70 104 41 13 64 55
Binary 10101100 1001100 110111 0 111000 1000100 100001 1011 110100 101101

Color Harmonies of #AC4C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C37

Black with #AC4C37

Text Example


Text Example

White with #AC4C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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