Html Css Color HEX #AC563E Orange Roughy

📋 copy color: '#AC563E'

red 172 ◦ green 86 ◦ blue 62

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

Shades of Orange Roughy #AC563E

Tints of Orange Roughy #AC563E

RGB

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

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

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

R = 53.75%
G = 26.88%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC563E (or 0xAC563E) is known color: Orange Roughy. HEX triplet: AC, 56 and 3E. RGB value is (172,86,62). Sum of RGB (Red+Green+Blue) = 172+86+62=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC563E is #53A9C1. Grayscale: #6D6D6D. Windows color (decimal): -5482946 or 4085420. OLE color: 4085420.

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

Color convert

RGB 172 86 62 -
CMYK 0 0.5 0.64 0.33
HSL 13.09º 0.47% 0.46% -
HSV(B) 13.09º 0.64% 0.67% -
XYZ 21.21 15.77 6.48 -
YUV 108.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 172 86 62 0 0.5 0.64 0.33 13.09 0.47 0.46
Hex AC 56 3E 0 32 40 21 D 2F 2E
Octal 254 126 76 0 62 100 41 15 57 56
Binary 10101100 1010110 111110 0 110010 1000000 100001 1101 101111 101110

Color Harmonies of #AC563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC563E

Black with #AC563E

Text Example


Text Example

White with #AC563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC563E; }

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

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

background-color css

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

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

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

border-color css

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

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

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