Html Css Color HEX #A8563D Orange Roughy

📋 copy color: '#A8563D'

red 168 ◦ green 86 ◦ blue 61

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

Shades of Orange Roughy #A8563D

Tints of Orange Roughy #A8563D

RGB

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

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

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

R = 53.33%
G = 27.3%
B = 19.37%

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

#A8563D (or 0xA8563D) is known color: Orange Roughy. HEX triplet: A8, 56 and 3D. RGB value is (168,86,61). Sum of RGB (Red+Green+Blue) = 168+86+61=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8563D is #57A9C2. Grayscale: #6B6B6B. Windows color (decimal): -5745091 or 4019880. OLE color: 4019880.

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

Color convert

RGB 168 86 61 -
CMYK 0 0.49 0.64 0.34
HSL 14.02º 0.47% 0.45% -
HSV(B) 14.02º 0.64% 0.66% -
XYZ 20.32 15.32 6.3 -
YUV 107.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 168 86 61 0 0.49 0.64 0.34 14.02 0.47 0.45
Hex A8 56 3D 0 31 40 22 E 2F 2D
Octal 250 126 75 0 61 100 42 16 57 55
Binary 10101000 1010110 111101 0 110001 1000000 100010 1110 101111 101101

Color Harmonies of #A8563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8563D

Black with #A8563D

Text Example


Text Example

White with #A8563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8563D; }

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

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

background-color css

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

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

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

border-color css

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

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

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