Html Css Color HEX #AC5038 Orange Roughy

📋 copy color: '#AC5038'

red 172 ◦ green 80 ◦ blue 56

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

Shades of Orange Roughy #AC5038

Tints of Orange Roughy #AC5038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 55.84%
G = 25.97%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC5038 (or 0xAC5038) is known color: Orange Roughy. HEX triplet: AC, 50 and 38. RGB value is (172,80,56). Sum of RGB (Red+Green+Blue) = 172+80+56=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5038 is #53AFC7. Grayscale: #686868. Windows color (decimal): -5484488 or 3690668. OLE color: 3690668.

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

Color convert

RGB 172 80 56 -
CMYK 0 0.53 0.67 0.33
HSL 12.41º 0.51% 0.45% -
HSV(B) 12.41º 0.67% 0.67% -
XYZ 20.6 14.79 5.51 -
YUV 104.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 172 80 56 0 0.53 0.67 0.33 12.41 0.51 0.45
Hex AC 50 38 0 35 43 21 C 33 2D
Octal 254 120 70 0 65 103 41 14 63 55
Binary 10101100 1010000 111000 0 110101 1000011 100001 1100 110011 101101

Color Harmonies of #AC5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5038

Black with #AC5038

Text Example


Text Example

White with #AC5038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5038; }

 p { color: rgb(172,80,56); }

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

background-color css

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

 a { background-color: rgb(172,80,56); }

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

border-color css

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

 span { border-color: rgb(172,80,56); }

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