Html Css Color HEX #A9563A Orange Roughy

📋 copy color: '#A9563A'

red 169 ◦ green 86 ◦ blue 58

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

Shades of Orange Roughy #A9563A

Tints of Orange Roughy #A9563A

RGB

 RED value IS 169 (66.41% from 255) = 53.99%

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

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

R = 53.99%
G = 27.48%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A9563A (or 0xA9563A) is known color: Orange Roughy. HEX triplet: A9, 56 and 3A. RGB value is (169,86,58). Sum of RGB (Red+Green+Blue) = 169+86+58=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A9563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9563A is #56A9C5. Grayscale: #6B6B6B. Windows color (decimal): -5679558 or 3823273. OLE color: 3823273.

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

Color convert

RGB 169 86 58 -
CMYK 0 0.49 0.66 0.34
HSL 15.14º 0.49% 0.45% -
HSV(B) 15.14º 0.66% 0.66% -
XYZ 20.45 15.4 5.9 -
YUV 107.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 169 86 58 0 0.49 0.66 0.34 15.14 0.49 0.45
Hex A9 56 3A 0 31 42 22 F 31 2D
Octal 251 126 72 0 61 102 42 17 61 55
Binary 10101001 1010110 111010 0 110001 1000010 100010 1111 110001 101101

Color Harmonies of #A9563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9563A

Black with #A9563A

Text Example


Text Example

White with #A9563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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