Html Css Color HEX #AC563F Orange Roughy

📋 copy color: '#AC563F'

red 172 ◦ green 86 ◦ blue 63

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

Shades of Orange Roughy #AC563F

Tints of Orange Roughy #AC563F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.63%

R = 53.58%
G = 26.79%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC563F (or 0xAC563F) is known color: Orange Roughy. HEX triplet: AC, 56 and 3F. RGB value is (172,86,63). Sum of RGB (Red+Green+Blue) = 172+86+63=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC563F is #53A9C0. Grayscale: #6D6D6D. Windows color (decimal): -5482945 or 4150956. OLE color: 4150956.

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

Color convert

RGB 172 86 63 -
CMYK 0 0.5 0.63 0.33
HSL 12.66º 0.46% 0.46% -
HSV(B) 12.66º 0.63% 0.67% -
XYZ 21.24 15.79 6.63 -
YUV 109.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 172 86 63 0 0.5 0.63 0.33 12.66 0.46 0.46
Hex AC 56 3F 0 32 3F 21 D 2E 2E
Octal 254 126 77 0 62 77 41 15 56 56
Binary 10101100 1010110 111111 0 110010 111111 100001 1101 101110 101110

Color Harmonies of #AC563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC563F

Black with #AC563F

Text Example


Text Example

White with #AC563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC563F; }

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

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

background-color css

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

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

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

border-color css

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

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

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