Html Css Color HEX #A7563A Orange Roughy

📋 copy color: '#A7563A'

red 167 ◦ green 86 ◦ blue 58

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

Shades of Orange Roughy #A7563A

Tints of Orange Roughy #A7563A

RGB

 RED value IS 167 (65.63% from 255) = 53.7%

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

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

R = 53.7%
G = 27.65%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7563A (or 0xA7563A) is known color: Orange Roughy. HEX triplet: A7, 56 and 3A. RGB value is (167,86,58). Sum of RGB (Red+Green+Blue) = 167+86+58=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A7563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7563A is #58A9C5. Grayscale: #6B6B6B. Windows color (decimal): -5810630 or 3823271. OLE color: 3823271.

HSL color Cylindrical-coordinate representation of color #A7563A: hue angle of 15.41º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7563A is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 86 58 -
CMYK 0 0.49 0.65 0.35
HSL 15.41º 0.48% 0.44% -
HSV(B) 15.41º 0.65% 0.65% -
XYZ 20.03 15.18 5.88 -
YUV 107.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 167 86 58 0 0.49 0.65 0.35 15.41 0.48 0.44
Hex A7 56 3A 0 31 41 23 F 30 2C
Octal 247 126 72 0 61 101 43 17 60 54
Binary 10100111 1010110 111010 0 110001 1000001 100011 1111 110000 101100

Color Harmonies of #A7563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7563A

Black with #A7563A

Text Example


Text Example

White with #A7563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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