Html Css Color HEX #AC4C35 Orange Roughy

📋 copy color: '#AC4C35'

red 172 ◦ green 76 ◦ blue 53

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

Shades of Orange Roughy #AC4C35

Tints of Orange Roughy #AC4C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 57.14%
G = 25.25%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC4C35 (or 0xAC4C35) is known color: Orange Roughy. HEX triplet: AC, 4C and 35. RGB value is (172,76,53). Sum of RGB (Red+Green+Blue) = 172+76+53=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C35 is #53B3CA. Grayscale: #666666. Windows color (decimal): -5485515 or 3493036. OLE color: 3493036.

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

Color convert

RGB 172 76 53 -
CMYK 0 0.56 0.69 0.33
HSL 11.6º 0.53% 0.44% -
HSV(B) 11.6º 0.69% 0.67% -
XYZ 20.24 14.2 5.04 -
YUV 102.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 172 76 53 0 0.56 0.69 0.33 11.6 0.53 0.44
Hex AC 4C 35 0 38 45 21 C 35 2C
Octal 254 114 65 0 70 105 41 14 65 54
Binary 10101100 1001100 110101 0 111000 1000101 100001 1100 110101 101100

Color Harmonies of #AC4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C35

Black with #AC4C35

Text Example


Text Example

White with #AC4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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