Html Css Color HEX #AC563A Orange Roughy

📋 copy color: '#AC563A'

red 172 ◦ green 86 ◦ blue 58

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

Shades of Orange Roughy #AC563A

Tints of Orange Roughy #AC563A

RGB

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

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

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

R = 54.43%
G = 27.22%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC563A (or 0xAC563A) is known color: Orange Roughy. HEX triplet: AC, 56 and 3A. RGB value is (172,86,58). Sum of RGB (Red+Green+Blue) = 172+86+58=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC563A is #53A9C5. Grayscale: #6C6C6C. Windows color (decimal): -5482950 or 3823276. OLE color: 3823276.

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

Color convert

RGB 172 86 58 -
CMYK 0 0.5 0.66 0.33
HSL 14.74º 0.5% 0.45% -
HSV(B) 14.74º 0.66% 0.67% -
XYZ 21.1 15.73 5.93 -
YUV 108.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 172 86 58 0 0.5 0.66 0.33 14.74 0.5 0.45
Hex AC 56 3A 0 32 42 21 F 32 2D
Octal 254 126 72 0 62 102 41 17 62 55
Binary 10101100 1010110 111010 0 110010 1000010 100001 1111 110010 101101

Color Harmonies of #AC563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC563A

Black with #AC563A

Text Example


Text Example

White with #AC563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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