Html Css Color HEX #A8563C Orange Roughy

📋 copy color: '#A8563C'

red 168 ◦ green 86 ◦ blue 60

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

Shades of Orange Roughy #A8563C

Tints of Orange Roughy #A8563C

RGB

 RED value IS 168 (66.02% from 255) = 53.5%

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

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 53.5%
G = 27.39%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8563C (or 0xA8563C) is known color: Orange Roughy. HEX triplet: A8, 56 and 3C. RGB value is (168,86,60). Sum of RGB (Red+Green+Blue) = 168+86+60=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8563C is #57A9C3. Grayscale: #6B6B6B. Windows color (decimal): -5745092 or 3954344. OLE color: 3954344.

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

Color convert

RGB 168 86 60 -
CMYK 0 0.49 0.64 0.34
HSL 14.44º 0.47% 0.45% -
HSV(B) 14.44º 0.64% 0.66% -
XYZ 20.29 15.31 6.16 -
YUV 107.55 101.17 171.11 -
System Red Green Blue C M Y K H S L
Decimal 168 86 60 0 0.49 0.64 0.34 14.44 0.47 0.45
Hex A8 56 3C 0 31 40 22 E 2F 2D
Octal 250 126 74 0 61 100 42 16 57 55
Binary 10101000 1010110 111100 0 110001 1000000 100010 1110 101111 101101

Color Harmonies of #A8563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8563C

Black with #A8563C

Text Example


Text Example

White with #A8563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8563C; }

 p { color: rgb(168,86,60); }

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

background-color css

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

 a { background-color: rgb(168,86,60); }

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

border-color css

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

 span { border-color: rgb(168,86,60); }

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