Html Css Color HEX #AC583E Orange Roughy

📋 copy color: '#AC583E'

red 172 ◦ green 88 ◦ blue 62

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

Shades of Orange Roughy #AC583E

Tints of Orange Roughy #AC583E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 53.42%
G = 27.33%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC583E (or 0xAC583E) is known color: Orange Roughy. HEX triplet: AC, 58 and 3E. RGB value is (172,88,62). Sum of RGB (Red+Green+Blue) = 172+88+62=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC583E is #53A7C1. Grayscale: #6E6E6E. Windows color (decimal): -5482434 or 4085932. OLE color: 4085932.

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

Color convert

RGB 172 88 62 -
CMYK 0 0.49 0.64 0.33
HSL 14.18º 0.47% 0.46% -
HSV(B) 14.18º 0.64% 0.67% -
XYZ 21.37 16.1 6.54 -
YUV 110.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 172 88 62 0 0.49 0.64 0.33 14.18 0.47 0.46
Hex AC 58 3E 0 31 40 21 E 2F 2E
Octal 254 130 76 0 61 100 41 16 57 56
Binary 10101100 1011000 111110 0 110001 1000000 100001 1110 101111 101110

Color Harmonies of #AC583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC583E

Black with #AC583E

Text Example


Text Example

White with #AC583E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC583E; }

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

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

background-color css

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

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

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

border-color css

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

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

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