Html Css Color HEX #AC563D Orange Roughy

📋 copy color: '#AC563D'

red 172 ◦ green 86 ◦ blue 61

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

Shades of Orange Roughy #AC563D

Tints of Orange Roughy #AC563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 53.92%
G = 26.96%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC563D (or 0xAC563D) is known color: Orange Roughy. HEX triplet: AC, 56 and 3D. RGB value is (172,86,61). Sum of RGB (Red+Green+Blue) = 172+86+61=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC563D is #53A9C2. Grayscale: #6D6D6D. Windows color (decimal): -5482947 or 4019884. OLE color: 4019884.

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

Color convert

RGB 172 86 61 -
CMYK 0 0.5 0.65 0.33
HSL 13.51º 0.48% 0.46% -
HSV(B) 13.51º 0.65% 0.67% -
XYZ 21.18 15.76 6.34 -
YUV 108.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 172 86 61 0 0.5 0.65 0.33 13.51 0.48 0.46
Hex AC 56 3D 0 32 41 21 E 30 2E
Octal 254 126 75 0 62 101 41 16 60 56
Binary 10101100 1010110 111101 0 110010 1000001 100001 1110 110000 101110

Color Harmonies of #AC563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC563D

Black with #AC563D

Text Example


Text Example

White with #AC563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC563D; }

 p { color: rgb(172,86,61); }

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

background-color css

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

 a { background-color: rgb(172,86,61); }

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

border-color css

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

 span { border-color: rgb(172,86,61); }

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