Html Css Color HEX #AC583A Orange Roughy

📋 copy color: '#AC583A'

red 172 ◦ green 88 ◦ blue 58

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

Shades of Orange Roughy #AC583A

Tints of Orange Roughy #AC583A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 54.09%
G = 27.67%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC583A (or 0xAC583A) is known color: Orange Roughy. HEX triplet: AC, 58 and 3A. RGB value is (172,88,58). Sum of RGB (Red+Green+Blue) = 172+88+58=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC583A is #53A7C5. Grayscale: #6D6D6D. Windows color (decimal): -5482438 or 3823788. OLE color: 3823788.

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

Color convert

RGB 172 88 58 -
CMYK 0 0.49 0.66 0.33
HSL 15.79º 0.5% 0.45% -
HSV(B) 15.79º 0.66% 0.67% -
XYZ 21.27 16.06 5.98 -
YUV 109.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 172 88 58 0 0.49 0.66 0.33 15.79 0.5 0.45
Hex AC 58 3A 0 31 42 21 10 32 2D
Octal 254 130 72 0 61 102 41 20 62 55
Binary 10101100 1011000 111010 0 110001 1000010 100001 10000 110010 101101

Color Harmonies of #AC583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC583A

Black with #AC583A

Text Example


Text Example

White with #AC583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC583A; }

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

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

background-color css

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

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

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

border-color css

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

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

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