Html Css Color HEX #AC583C Orange Roughy

📋 copy color: '#AC583C'

red 172 ◦ green 88 ◦ blue 60

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

Shades of Orange Roughy #AC583C

Tints of Orange Roughy #AC583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.5%

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

R = 53.75%
G = 27.5%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC583C (or 0xAC583C) is known color: Orange Roughy. HEX triplet: AC, 58 and 3C. RGB value is (172,88,60). Sum of RGB (Red+Green+Blue) = 172+88+60=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC583C is #53A7C3. Grayscale: #6E6E6E. Windows color (decimal): -5482436 or 3954860. OLE color: 3954860.

HSL color Cylindrical-coordinate representation of color #AC583C: hue angle of 15º 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 #AC583C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 88 60 -
CMYK 0 0.49 0.65 0.33
HSL 15º 0.48% 0.45% -
HSV(B) 15º 0.65% 0.67% -
XYZ 21.32 16.08 6.25 -
YUV 109.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 172 88 60 0 0.49 0.65 0.33 15 0.48 0.45
Hex AC 58 3C 0 31 41 21 F 30 2D
Octal 254 130 74 0 61 101 41 17 60 55
Binary 10101100 1011000 111100 0 110001 1000001 100001 1111 110000 101101

Color Harmonies of #AC583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC583C

Black with #AC583C

Text Example


Text Example

White with #AC583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC583C; }

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

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

background-color css

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

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

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

border-color css

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

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

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