Html Css Color HEX #A8563E Orange Roughy

📋 copy color: '#A8563E'

red 168 ◦ green 86 ◦ blue 62

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

Shades of Orange Roughy #A8563E

Tints of Orange Roughy #A8563E

RGB

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

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

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

R = 53.16%
G = 27.22%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8563E (or 0xA8563E) is known color: Orange Roughy. HEX triplet: A8, 56 and 3E. RGB value is (168,86,62). Sum of RGB (Red+Green+Blue) = 168+86+62=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8563E is #57A9C1. Grayscale: #6B6B6B. Windows color (decimal): -5745090 or 4085416. OLE color: 4085416.

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

Color convert

RGB 168 86 62 -
CMYK 0 0.49 0.63 0.34
HSL 13.58º 0.46% 0.45% -
HSV(B) 13.58º 0.63% 0.66% -
XYZ 20.35 15.33 6.44 -
YUV 107.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 168 86 62 0 0.49 0.63 0.34 13.58 0.46 0.45
Hex A8 56 3E 0 31 3F 22 E 2E 2D
Octal 250 126 76 0 61 77 42 16 56 55
Binary 10101000 1010110 111110 0 110001 111111 100010 1110 101110 101101

Color Harmonies of #A8563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8563E

Black with #A8563E

Text Example


Text Example

White with #A8563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8563E; }

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

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

background-color css

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

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

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

border-color css

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

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

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