Html Css Color HEX #AB563C Orange Roughy

📋 copy color: '#AB563C'

red 171 ◦ green 86 ◦ blue 60

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

Shades of Orange Roughy #AB563C

Tints of Orange Roughy #AB563C

RGB

 RED value IS 171 (67.19% from 255) = 53.94%

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

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

R = 53.94%
G = 27.13%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB563C (or 0xAB563C) is known color: Orange Roughy. HEX triplet: AB, 56 and 3C. RGB value is (171,86,60). Sum of RGB (Red+Green+Blue) = 171+86+60=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB563C is #54A9C3. Grayscale: #6C6C6C. Windows color (decimal): -5548484 or 3954347. OLE color: 3954347.

HSL color Cylindrical-coordinate representation of color #AB563C: hue angle of 14.05º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB563C is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 86 60 -
CMYK 0 0.50 0.65 0.33
HSL 14.05º 0.48% 0.45% -
HSV(B) 14.05º 0.65% 0.67% -
XYZ 20.94 15.64 6.19 -
YUV 108.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 171 86 60 0 0.50 0.65 0.33 14.05 0.48 0.45
Hex AB 56 3C 0 32 41 21 E 30 2D
Octal 253 126 74 0 62 101 41 16 60 55
Binary 10101011 1010110 111100 0 110010 1000001 100001 1110 110000 101101

Color Harmonies of #AB563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB563C

Black with #AB563C

Text Example


Text Example

White with #AB563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB563C; }

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

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

background-color css

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

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

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

border-color css

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

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

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